Searched refs:GetEventCount (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc72 int GetEventCount(ui::EventType type) { function in class:views::test::EventCountView
179 int GetEventCount(ui::EventType type) { function in class:views::test::EventCountHandler
1303 EXPECT_EQ(1, cursor_view->GetEventCount(ui::ET_SCROLL));
1304 EXPECT_EQ(1, cursor_view->GetEventCount(ui::ET_MOUSEWHEEL));
1317 EXPECT_EQ(0, cursor_view->GetEventCount(ui::ET_SCROLL));
1318 EXPECT_EQ(0, cursor_view->GetEventCount(ui::ET_MOUSEWHEEL));
1358 EXPECT_EQ(1, noscroll_view->GetEventCount(ui::ET_GESTURE_SCROLL_BEGIN));
1359 EXPECT_EQ(0, noscroll_view->GetEventCount(ui::ET_GESTURE_SCROLL_UPDATE));
1360 EXPECT_EQ(0, noscroll_view->GetEventCount(ui::ET_GESTURE_SCROLL_END));
1385 EXPECT_EQ(1, scroll_view->GetEventCount(u
[all...]
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_apitest.cc281 int GetEventCount() { return event_count_; } function in class:extensions::api::braille_display_private::BrailleDisplayPrivateAPIUserTest::MockEventDelegate
342 EXPECT_EQ(0, signin_delegate->GetEventCount());
352 EXPECT_EQ(0, signin_delegate->GetEventCount());
353 EXPECT_EQ(1, user_delegate->GetEventCount());
360 EXPECT_EQ(1, signin_delegate->GetEventCount());
361 EXPECT_EQ(1, user_delegate->GetEventCount());
367 EXPECT_EQ(1, signin_delegate->GetEventCount());
368 EXPECT_EQ(2, user_delegate->GetEventCount());
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc128 int GetEventCount(ui::EventType type) { function in class:keyboard::__anon16944::EventObserver
306 EXPECT_EQ(1, observer.GetEventCount(ui::ET_MOUSE_PRESSED));
307 EXPECT_EQ(1, observer.GetEventCount(ui::ET_MOUSE_RELEASED));

Completed in 457 milliseconds