/external/chromium_org/ui/events/ |
D | event_handler.cc | 31 OnScrollEvent(static_cast<ScrollEvent*>(event)); in OnEvent() 46 void EventHandler::OnScrollEvent(ScrollEvent* event) { in OnScrollEvent() function in ui::EventHandler
|
D | event_target.cc | 79 void EventTarget::OnScrollEvent(ScrollEvent* event) { in OnScrollEvent() function in ui::EventTarget 82 target_handler_->OnScrollEvent(event); in OnScrollEvent()
|
D | event_handler.h | 44 virtual void OnScrollEvent(ScrollEvent* event);
|
D | event_target.h | 91 virtual void OnScrollEvent(ScrollEvent* event) OVERRIDE;
|
/external/chromium_org/ash/display/ |
D | event_transformation_handler.h | 33 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | event_transformation_handler.cc | 36 void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::EventTransformationHandler
|
/external/chromium_org/ash/autoclick/ |
D | autoclick_controller.cc | 62 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE; 176 void AutoclickControllerImpl::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::AutoclickControllerImpl
|
/external/chromium_org/chrome/browser/ui/views/ |
D | javascript_app_modal_event_blocker_x11.h | 33 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | javascript_app_modal_event_blocker_x11.cc | 78 void JavascriptAppModalEventBlockerX11::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in JavascriptAppModalEventBlockerX11
|
/external/chromium_org/ash/wm/ |
D | system_gesture_event_filter.h | 28 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | system_gesture_event_filter.cc | 42 void SystemGestureEventFilter::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::SystemGestureEventFilter
|
/external/chromium_org/ui/events/test/ |
D | test_event_handler.cc | 45 void TestEventHandler::OnScrollEvent(ScrollEvent* event) { in OnScrollEvent() function in ui::test::TestEventHandler
|
D | test_event_handler.h | 45 virtual void OnScrollEvent(ScrollEvent* event) OVERRIDE;
|
/external/chromium_org/ash/shelf/ |
D | overflow_bubble_view.h | 53 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | overflow_bubble_view.cc | 171 void OverflowBubbleView::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::OverflowBubbleView
|
/external/chromium_org/ui/wm/core/ |
D | user_activity_detector.h | 46 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | compound_event_filter.h | 78 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | user_activity_detector.cc | 83 void UserActivityDetector::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in wm::UserActivityDetector
|
D | focus_controller.h | 71 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
D | compound_event_filter.cc | 230 void CompoundEventFilter::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in wm::CompoundEventFilter
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
D | tab_scrubber.h | 54 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
/external/chromium_org/content/browser/web_contents/aura/ |
D | window_slider.h | 110 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_delegate.h | 126 virtual void OnScrollEvent(ui::ScrollEvent* event) = 0;
|
/external/chromium_org/ui/views/touchui/ |
D | touch_selection_controller_impl.h | 87 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
/external/chromium_org/ash/magnifier/ |
D | magnification_controller.cc | 144 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE; 571 void MagnificationControllerImpl::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::MagnificationControllerImpl
|