Searched refs:ItemsOverflow (Results 1 – 3 of 3) sorted by relevance
80 ASSERT_FALSE(menu.ItemsOverflow(&message)); in TEST_F()95 ASSERT_FALSE(menu.ItemsOverflow(&message)); in TEST_F()110 ASSERT_FALSE(menu.ItemsOverflow(&message)); in TEST_F()125 ASSERT_TRUE(menu.ItemsOverflow(&message)); in TEST_F()
145 bool ItemsOverflow(std::string* cur_selection_str) const;
108 bool TextMenu::ItemsOverflow(std::string* cur_selection_str) const { in ItemsOverflow() function in TextMenu163 if (ItemsOverflow(&cur_selection_str)) { in DrawHeader()