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