Searched defs:KeyPress (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_test_base.cc32 void MenuTestBase::KeyPress(ui::KeyboardCode keycode, function in class:MenuTestBase
/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view_unittest.cc86 void KeyPress(ui::KeyboardCode key_code) { function in class:app_list::test::SearchBoxViewTest
126 KeyPress(ui::VKEY_A);
131 KeyPress(ui::VKEY_DOWN);
145 KeyPress(ui::VKEY_A);
152 KeyPress(ui::VKEY_DOWN);
H A Dsearch_result_list_view_unittest.cc86 bool KeyPress(ui::KeyboardCode key_code) { function in class:app_list::test::SearchResultListViewTest
131 EXPECT_TRUE(KeyPress(ui::VKEY_RETURN));
135 EXPECT_TRUE(KeyPress(ui::VKEY_DOWN));
139 EXPECT_TRUE(KeyPress(ui::VKEY_DOWN));
143 EXPECT_TRUE(KeyPress(ui::VKEY_UP));
147 EXPECT_TRUE(KeyPress(ui::VKEY_UP));
152 EXPECT_TRUE(KeyPress(ui::VKEY_TAB));
156 EXPECT_TRUE(KeyPress(ui::VKEY_TAB));
181 EXPECT_TRUE(KeyPress(ui::VKEY_DOWN));

Completed in 129 milliseconds