Home
last modified time | relevance | path

Searched refs:OnScrollEvent (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/ui/events/
Devent_handler.cc31 OnScrollEvent(static_cast<ScrollEvent*>(event)); in OnEvent()
46 void EventHandler::OnScrollEvent(ScrollEvent* event) { in OnScrollEvent() function in ui::EventHandler
Devent_target.cc79 void EventTarget::OnScrollEvent(ScrollEvent* event) { in OnScrollEvent() function in ui::EventTarget
82 target_handler_->OnScrollEvent(event); in OnScrollEvent()
Devent_handler.h44 virtual void OnScrollEvent(ScrollEvent* event);
Devent_target.h91 virtual void OnScrollEvent(ScrollEvent* event) OVERRIDE;
/external/chromium_org/ash/display/
Devent_transformation_handler.h33 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Devent_transformation_handler.cc36 void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::EventTransformationHandler
/external/chromium_org/ash/autoclick/
Dautoclick_controller.cc62 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/
Djavascript_app_modal_event_blocker_x11.h33 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Djavascript_app_modal_event_blocker_x11.cc78 void JavascriptAppModalEventBlockerX11::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in JavascriptAppModalEventBlockerX11
/external/chromium_org/ash/wm/
Dsystem_gesture_event_filter.h28 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Dsystem_gesture_event_filter.cc42 void SystemGestureEventFilter::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::SystemGestureEventFilter
/external/chromium_org/ui/events/test/
Dtest_event_handler.cc45 void TestEventHandler::OnScrollEvent(ScrollEvent* event) { in OnScrollEvent() function in ui::test::TestEventHandler
Dtest_event_handler.h45 virtual void OnScrollEvent(ScrollEvent* event) OVERRIDE;
/external/chromium_org/ash/shelf/
Doverflow_bubble_view.h53 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Doverflow_bubble_view.cc171 void OverflowBubbleView::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::OverflowBubbleView
/external/chromium_org/ui/wm/core/
Duser_activity_detector.h46 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Dcompound_event_filter.h78 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Duser_activity_detector.cc83 void UserActivityDetector::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in wm::UserActivityDetector
Dfocus_controller.h71 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
Dcompound_event_filter.cc230 void CompoundEventFilter::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in wm::CompoundEventFilter
/external/chromium_org/chrome/browser/ui/views/ash/
Dtab_scrubber.h54 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
/external/chromium_org/content/browser/web_contents/aura/
Dwindow_slider.h110 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
/external/chromium_org/ui/views/widget/
Dnative_widget_delegate.h126 virtual void OnScrollEvent(ui::ScrollEvent* event) = 0;
/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl.h87 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc144 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
571 void MagnificationControllerImpl::OnScrollEvent(ui::ScrollEvent* event) { in OnScrollEvent() function in ash::MagnificationControllerImpl

12