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 80 manager->ScrollBegin();
123 manager->ScrollBegin();
129 manager->ScrollBegin();
153 manager->ScrollBegin();
159 manager->ScrollBegin();
184 manager->ScrollBegin();
210 manager->ScrollBegin();
240 manager->ScrollBegin();
270 manager->ScrollBegin();
297 manager->ScrollBegin();
    [all...]
input_handler.h 37 // InputHandler::ScrollBegin.
76 virtual ScrollStatus ScrollBegin(const gfx::Point& viewport_point,
80 // type given to ScrollBegin was a gesture, then the scroll point and delta
88 // the root overscroll accumulated within this ScrollBegin() scope is reported
90 // Should only be called if ScrollBegin() returned ScrollStarted.
103 // 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 86 MOCK_METHOD2(ScrollBegin,
221 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
285 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
330 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
359 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
410 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
483 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
506 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
513 // Since we returned ScrollStatusOnMainThread from scrollBegin, ensure the
530 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_)
    [all...]
input_handler_proxy.cc 110 scroll_begin_event.data.scrollBegin.deltaXHint = 0;
111 scroll_begin_event.data.scrollBegin.deltaYHint = 0;
211 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
250 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
363 scroll_status = input_handler_->ScrollBegin(
490 // TODO(jdduke): Use |gesture_event.data.scrollBegin.delta{X,Y}Hint| to
491 // determine if the ScrollBegin should immediately cancel the fling.
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 505 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
521 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
541 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
551 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
576 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
590 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
594 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
608 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
626 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
643 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture))
    [all...]
layer_tree_host_impl.h 126 virtual InputHandler::ScrollStatus ScrollBegin(
layer_tree_host_unittest_scroll.cc 573 InputHandler::ScrollStatus status = impl->ScrollBegin(
590 InputHandler::ScrollStatus status = impl->ScrollBegin(
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 133 void ScrollBegin(JNIEnv* env, jobject obj, jlong time_ms,
content_view_core_impl.cc     [all...]

Completed in 161 milliseconds