Home
last modified time | relevance | path

Searched defs:OnScroll (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/app_list/
Dpagination_controller.cc29 bool PaginationController::OnScroll(const gfx::Vector2d& offset) { in OnScroll() function in app_list::PaginationController
/external/chromium_org/ui/views/controls/scrollbar/
Dbase_scroll_bar.cc268 bool BaseScrollBar::OnScroll(float dx, float dy) { in OnScroll() function in views::BaseScrollBar
/external/chromium_org/content/browser/renderer_host/
Dlegacy_render_widget_host_win.cc306 LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message, in OnScroll() function in content::LegacyRenderWidgetHostHWND
/external/chromium_org/ui/views/controls/menu/
Dsubmenu_view.cc493 bool SubmenuView::OnScroll(float dx, float dy) { in OnScroll() function in views::SubmenuView
/external/chromium_org/ui/events/gesture_detection/
Dgesture_detector.cc75 bool GestureDetector::SimpleGestureListener::OnScroll(const MotionEvent& e1, in OnScroll() function in ui::GestureDetector::SimpleGestureListener
Dgesture_provider.cc274 virtual bool OnScroll(const MotionEvent& e1, in OnScroll() function in ui::GestureProvider::GestureListenerImpl