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 90 manager->ScrollBegin();
133 manager->ScrollBegin();
139 manager->ScrollBegin();
163 manager->ScrollBegin();
169 manager->ScrollBegin();
194 manager->ScrollBegin();
220 manager->ScrollBegin();
250 manager->ScrollBegin();
280 manager->ScrollBegin();
307 manager->ScrollBegin();
    [all...]
input_handler.h 37 // InputHandler::ScrollBegin.
77 virtual ScrollStatus ScrollBegin(const gfx::Point& viewport_point,
84 // type given to ScrollBegin was a gesture, then the scroll point and delta
92 // the root overscroll accumulated within this ScrollBegin() scope is reported
94 // Should only be called if ScrollBegin() returned ScrollStarted.
107 // Stop scrolling the selected layer. Should only be called if ScrollBegin()
top_controls_manager.h 55 void ScrollBegin();
top_controls_manager.cc 100 void TopControlsManager::ScrollBegin() {
151 ScrollBegin();
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 86 MOCK_METHOD2(ScrollBegin,
232 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
296 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
341 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
370 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
421 EXPECT_CALL(mock_input_handler_, ScrollBegin(::testing::_, ::testing::_))
494 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
517 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_))
524 // Since we returned ScrollStatusOnMainThread from scrollBegin, ensure the
541 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_)
    [all...]
input_handler_proxy.cc 112 scroll_begin_event.data.scrollBegin.deltaXHint = 0;
113 scroll_begin_event.data.scrollBegin.deltaYHint = 0;
229 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
268 cc::InputHandler::ScrollStatus scroll_status = input_handler_->ScrollBegin(
381 scroll_status = input_handler_->ScrollBegin(
508 // TODO(jdduke): Use |gesture_event.data.scrollBegin.delta{X,Y}Hint| to
509 // determine if the ScrollBegin should immediately cancel the fling.
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 507 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
526 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
537 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
557 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
567 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
592 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
606 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
610 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
624 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Gesture));
642 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel))
    [all...]
layer_tree_host_impl.h 128 virtual InputHandler::ScrollStatus ScrollBegin(
layer_tree_host_unittest_scroll.cc 574 InputHandler::ScrollStatus status = impl->ScrollBegin(
591 InputHandler::ScrollStatus status = impl->ScrollBegin(
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 124 void ScrollBegin(JNIEnv* env, jobject obj, jlong time_ms,
content_view_core_impl.cc     [all...]

Completed in 485 milliseconds