Searched refs:cur_selection_str (Results 1 – 2 of 2) sorted by relevance
108 bool TextMenu::ItemsOverflow(std::string* cur_selection_str) const { in ItemsOverflow()113 *cur_selection_str = in ItemsOverflow()162 std::string cur_selection_str; in DrawHeader() local163 if (ItemsOverflow(&cur_selection_str)) { in DrawHeader()164 offset += draw_funcs_.DrawTextLine(x, y + offset, cur_selection_str, true); in DrawHeader()
145 bool ItemsOverflow(std::string* cur_selection_str) const;