Searched defs:OnScrollEvent (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ash/display/
H A Devent_transformation_handler.cc36 void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) { function in class:ash::EventTransformationHandler
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.cc42 void SystemGestureEventFilter::OnScrollEvent(ui::ScrollEvent* event) { function in class:ash::SystemGestureEventFilter
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.cc78 void JavascriptAppModalEventBlockerX11::OnScrollEvent(ui::ScrollEvent* event) { function in class:JavascriptAppModalEventBlockerX11
/external/chromium_org/ui/events/
H A Devent_handler.cc31 OnScrollEvent(static_cast<ScrollEvent*>(event));
46 void EventHandler::OnScrollEvent(ScrollEvent* event) { function in class:ui::EventHandler
H A Devent_target.cc79 void EventTarget::OnScrollEvent(ScrollEvent* event) { function in class:ui::EventTarget
82 target_handler_->OnScrollEvent(event);
/external/chromium_org/ui/events/test/
H A Dtest_event_handler.cc45 void TestEventHandler::OnScrollEvent(ScrollEvent* event) { function in class:ui::test::TestEventHandler
/external/chromium_org/ui/wm/core/
H A Duser_activity_detector.cc83 void UserActivityDetector::OnScrollEvent(ui::ScrollEvent* event) { function in class:wm::UserActivityDetector
H A Dcompound_event_filter.cc230 void CompoundEventFilter::OnScrollEvent(ui::ScrollEvent* event) { function in class:wm::CompoundEventFilter
H A Dfocus_controller.cc170 void FocusController::OnScrollEvent(ui::ScrollEvent* event) { function in class:wm::FocusController
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc62 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
176 void AutoclickControllerImpl::OnScrollEvent(ui::ScrollEvent* event) { function in class:ash::AutoclickControllerImpl
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc155 // directions as in OverflowBubbleView::OnScrollEvent.
171 void OverflowBubbleView::OnScrollEvent(ui::ScrollEvent* event) { function in class:ash::OverflowBubbleView
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc79 void TabScrubber::OnScrollEvent(ui::ScrollEvent* event) { function in class:TabScrubber
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.cc250 void WindowSlider::OnScrollEvent(ui::ScrollEvent* event) { function in class:content::WindowSlider
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc144 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
571 void MagnificationControllerImpl::OnScrollEvent(ui::ScrollEvent* event) { function in class:ash::MagnificationControllerImpl
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc543 void TouchSelectionControllerImpl::OnScrollEvent(ui::ScrollEvent* event) { function in class:views::TouchSelectionControllerImpl
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1047 void DesktopNativeWidgetAura::OnScrollEvent(ui::ScrollEvent* event) { function in class:views::DesktopNativeWidgetAura
1049 native_widget_delegate_->OnScrollEvent(event);
1059 native_widget_delegate_->OnScrollEvent(event);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc891 void NativeWidgetAura::OnScrollEvent(ui::ScrollEvent* event) { function in class:views::NativeWidgetAura
892 delegate_->OnScrollEvent(event);
H A Dwidget.cc1279 void Widget::OnScrollEvent(ui::ScrollEvent* event) { function in class:views::Widget
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1017 void AppsGridView::OnScrollEvent(ui::ScrollEvent* event) { function in class:app_list::AppsGridView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2016 void RenderWidgetHostViewAura::OnScrollEvent(ui::ScrollEvent* event) { function in class:content::RenderWidgetHostViewAura
2017 TRACE_EVENT0("input", "RenderWidgetHostViewAura::OnScrollEvent");
/external/chromium_org/ui/views/
H A Dview.cc1010 void View::OnScrollEvent(ui::ScrollEvent* event) { function in class:views::View

Completed in 1583 milliseconds