Searched refs:cur_selection_str (Results 1 – 2 of 2) sorted by relevance
107 bool TextMenu::ItemsOverflow(std::string* cur_selection_str) const { in ItemsOverflow()112 *cur_selection_str = in ItemsOverflow()161 std::string cur_selection_str; in DrawHeader() local162 if (ItemsOverflow(&cur_selection_str)) { in DrawHeader()163 offset += draw_funcs_.DrawTextLine(x, y + offset, cur_selection_str, true); in DrawHeader()
145 bool ItemsOverflow(std::string* cur_selection_str) const;