Searched refs:TouchEventQueueEmpty (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc265 bool TouchEventQueueEmpty() const { function in class:content::InputRouterImplTest
537 EXPECT_FALSE(TouchEventQueueEmpty());
544 EXPECT_FALSE(TouchEventQueueEmpty());
549 EXPECT_FALSE(TouchEventQueueEmpty());
557 EXPECT_TRUE(TouchEventQueueEmpty());
570 EXPECT_TRUE(TouchEventQueueEmpty());
577 EXPECT_FALSE(TouchEventQueueEmpty());
586 EXPECT_TRUE(TouchEventQueueEmpty());
596 EXPECT_TRUE(TouchEventQueueEmpty());
620 EXPECT_FALSE(TouchEventQueueEmpty());
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc270 bool TouchEventQueueEmpty() const { function in class:content::MockRenderWidgetHost
1900 EXPECT_TRUE(host_->TouchEventQueueEmpty());
1908 EXPECT_FALSE(host_->TouchEventQueueEmpty());
1917 EXPECT_TRUE(host_->TouchEventQueueEmpty());
1922 EXPECT_TRUE(host_->TouchEventQueueEmpty());
1932 EXPECT_FALSE(host_->TouchEventQueueEmpty());
1939 EXPECT_TRUE(host_->TouchEventQueueEmpty());
1951 EXPECT_FALSE(host_->TouchEventQueueEmpty());
1957 EXPECT_TRUE(host_->TouchEventQueueEmpty());
1967 EXPECT_TRUE(host_->TouchEventQueueEmpty());
[all...]

Completed in 55 milliseconds