Searched refs:gesture_scroll_on_impl_thread_for_testing (Results 1 – 2 of 2) sorted by relevance
515 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 …]
56 bool gesture_scroll_on_impl_thread_for_testing() const { in gesture_scroll_on_impl_thread_for_testing() function