/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/content/browser/renderer_host/input/ |
touch_action_filter.cc | 171 if (fabs(gesture_event.data.scrollBegin.deltaXHint) == 172 fabs(gesture_event.data.scrollBegin.deltaYHint)) 177 if (fabs(gesture_event.data.scrollBegin.deltaXHint) > 178 fabs(gesture_event.data.scrollBegin.deltaYHint))
|
web_input_event_util.cc | 285 gesture.data.scrollBegin.deltaXHint = data.details.scroll_x_hint(); 286 gesture.data.scrollBegin.deltaYHint = data.details.scroll_y_hint();
|
touch_emulator.cc | 219 // PinchBegin must always follow ScrollBegin.
|
input_router_impl_unittest.cc | [all...] |
gesture_event_queue_unittest.cc | 663 // ScrollBegin and PinchBegin have been sent [all...] |
/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_unittest_scroll.cc | 573 InputHandler::ScrollStatus status = impl->ScrollBegin( 590 InputHandler::ScrollStatus status = impl->ScrollBegin( [all...] |
layer_tree_host_impl.h | 126 virtual InputHandler::ScrollStatus ScrollBegin(
|
layer_tree_host_impl.cc | [all...] |
/external/chromium_org/content/common/input/ |
synthetic_web_input_event_builders.cc | 105 result.data.scrollBegin.deltaXHint = dx_hint; 106 result.data.scrollBegin.deltaYHint = dy_hint;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScreencastView.js | 360 function scrollBegin() 362 InputAgent.dispatchGestureEvent("scrollBegin", convertedPosition.x, convertedPosition.y, timeStamp); 437 scrollBegin.call(this); 446 scrollBegin.call(this); 461 InputAgent.dispatchGestureEvent("scrollBegin", convertedPosition.x, convertedPosition.y, timeStamp); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
ui_events_helper.cc | 175 gesture_event.data.scrollBegin.deltaXHint = 177 gesture_event.data.scrollBegin.deltaYHint =
|
/external/chromium_org/content/browser/android/ |
content_view_core_impl.cc | [all...] |
content_view_core_impl.h | 133 void ScrollBegin(JNIEnv* env, jobject obj, jlong time_ms,
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebInputEvent.h | 452 } scrollBegin;
|
/external/chromium_org/ui/events/gesture_detection/ |
gesture_provider_unittest.cc | 291 "ScrollBegin and ScrollBy " 297 << "ScrollBegin should have the time of the ACTION_MOVE"; 554 << "ScrollBegin hint should be in positive X axis"; [all...] |
/external/chromium_org/ui/aura/gestures/ |
gesture_recognizer_unittest.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/ |
Inspector-1.1.json | [all...] |
protocol.json | [all...] |