HomeSort by relevance Sort by last modified time
    Searched refs:ScrollBegin (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 78 manager->ScrollBegin();
121 manager->ScrollBegin();
127 manager->ScrollBegin();
151 manager->ScrollBegin();
157 manager->ScrollBegin();
182 manager->ScrollBegin();
208 manager->ScrollBegin();
238 manager->ScrollBegin();
268 manager->ScrollBegin();
295 manager->ScrollBegin();
    [all...]
input_handler.h 43 // InputHandler::ScrollBegin.
72 virtual ScrollStatus ScrollBegin(gfx::Point viewport_point,
76 // type given to ScrollBegin was a gesture, then the scroll point and delta
84 // the root overscroll accumulated within this ScrollBegin() scope is reported
86 // Should only be called if ScrollBegin() returned ScrollStarted.
102 // Stop scrolling the selected layer. Should only be called if ScrollBegin()
top_controls_manager.h 55 void ScrollBegin();
top_controls_manager.cc 93 void TopControlsManager::ScrollBegin() {
144 ScrollBegin();
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 46 MOCK_METHOD2(ScrollBegin,
184 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
229 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
258 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
309 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
382 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
405 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
412 // Since we returned ScrollStatusOnMainThread from scrollBegin, ensure the
429 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
467 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_)
    [all...]
input_handler_proxy.cc 119 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
154 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
252 scroll_status = input_handler_->ScrollBegin(
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 460 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
470 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
490 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
500 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
525 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
539 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
543 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
557 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
575 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
592 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture))
    [all...]
layer_tree_host_impl.h 114 virtual InputHandler::ScrollStatus ScrollBegin(
layer_tree_host_unittest_scroll.cc 528 InputHandler::ScrollStatus status = impl->ScrollBegin(
545 InputHandler::ScrollStatus status = impl->ScrollBegin(
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 113 void ScrollBegin(JNIEnv* env, jobject obj, jlong time_ms, jfloat x, jfloat y);
content_view_core_impl.cc     [all...]

Completed in 606 milliseconds