/external/chromium_org/ui/base/accelerators/ |
accelerator_manager_unittest.cc | 22 int accelerator_pressed_count() const { function in class:ui::test::__anon14733::TestTarget 26 void set_accelerator_pressed_count(int accelerator_pressed_count) { 27 accelerator_pressed_count_ = accelerator_pressed_count; 71 EXPECT_EQ(1, target.accelerator_pressed_count()); 86 EXPECT_EQ(0, target1.accelerator_pressed_count()); 87 EXPECT_EQ(1, target2.accelerator_pressed_count()); 103 EXPECT_EQ(1, target.accelerator_pressed_count()); 109 EXPECT_EQ(0, target.accelerator_pressed_count()); 129 EXPECT_EQ(0, target1.accelerator_pressed_count()); 133 EXPECT_EQ(1, target2.accelerator_pressed_count()); [all...] |
/external/chromium_org/ash/accelerators/ |
nested_dispatcher_controller_unittest.cc | 57 int accelerator_pressed_count() const { function in class:ash::test::__anon3171::TestTarget 157 EXPECT_EQ(1, target.accelerator_pressed_count());
|
accelerator_controller_unittest.cc | 46 int accelerator_pressed_count() const { function in class:ash::__anon3165::TestTarget 50 void set_accelerator_pressed_count(int accelerator_pressed_count) { 51 accelerator_pressed_count_ = accelerator_pressed_count; 388 EXPECT_EQ(1, target.accelerator_pressed_count()); 401 EXPECT_EQ(0, target1.accelerator_pressed_count()); 402 EXPECT_EQ(1, target2.accelerator_pressed_count()); 416 EXPECT_EQ(1, target.accelerator_pressed_count()); 422 EXPECT_EQ(0, target.accelerator_pressed_count()); 439 EXPECT_EQ(0, target1.accelerator_pressed_count()); 443 EXPECT_EQ(1, target2.accelerator_pressed_count()); [all...] |