Home
last modified time | relevance | path

Searched refs:gesture_scroll_on_impl_thread_for_testing (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc515 ASSERT_FALSE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1111 EXPECT_TRUE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1134 EXPECT_TRUE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1165 EXPECT_TRUE(!input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1274 EXPECT_TRUE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1287 EXPECT_TRUE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1295 EXPECT_TRUE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1308 EXPECT_FALSE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1398 EXPECT_FALSE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
1463 EXPECT_TRUE(input_handler_->gesture_scroll_on_impl_thread_for_testing()); in TEST_F()
[all …]
Dinput_handler_proxy.h56 bool gesture_scroll_on_impl_thread_for_testing() const { in gesture_scroll_on_impl_thread_for_testing() function