Home
last modified time | relevance | path

Searched refs:ItemsOverflow (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp80 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()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h145 bool ItemsOverflow(std::string* cur_selection_str) const;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp108 bool TextMenu::ItemsOverflow(std::string* cur_selection_str) const { in ItemsOverflow() function in TextMenu
163 if (ItemsOverflow(&cur_selection_str)) { in DrawHeader()