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

  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 77 manager->ScrollBegin();
120 manager->ScrollBegin();
126 manager->ScrollBegin();
150 manager->ScrollBegin();
156 manager->ScrollBegin();
181 manager->ScrollBegin();
207 manager->ScrollBegin();
237 manager->ScrollBegin();
267 manager->ScrollBegin();
input_handler.h 42 // InputHandler::ScrollBegin.
71 virtual ScrollStatus ScrollBegin(gfx::Point viewport_point,
75 // type given to ScrollBegin was a gesture, then the scroll point and delta
83 // the root overscroll accumulated within this ScrollBegin() scope is reported
85 // Should only be called if ScrollBegin() returned ScrollStarted.
99 // Stop scrolling the selected layer. Should only be called if ScrollBegin()
top_controls_manager.h 55 void ScrollBegin();
top_controls_manager.cc 91 void TopControlsManager::ScrollBegin() {
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy_unittest.cc 43 MOCK_METHOD2(ScrollBegin,
180 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
225 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
254 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
305 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
378 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
401 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
408 // Since we returned ScrollStatusOnMainThread from scrollBegin, ensure the
425 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
463 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_)
    [all...]
input_handler_proxy.cc 109 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
144 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
237 scroll_status = input_handler_->ScrollBegin(
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 471 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
481 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
503 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
513 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
538 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
552 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
556 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
570 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
588 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
605 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture))
    [all...]
layer_tree_host_unittest_damage.cc 361 host_impl->ScrollBegin(gfx::Point(1,1), InputHandler::Wheel);
layer_tree_host_impl.h 106 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 108 void ScrollBegin(JNIEnv* env, jobject obj, jlong time_ms, jfloat x, jfloat y);
content_view_core_impl.cc     [all...]

Completed in 267 milliseconds