Searched defs:OnScroll (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dpagination_controller.cc29 bool PaginationController::OnScroll(const gfx::Vector2d& offset) { function in class:app_list::PaginationController
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc306 LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message, function in class:content::LegacyRenderWidgetHostHWND
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.cc197 OnScroll(event.x_offset(), event.y_offset());
268 bool BaseScrollBar::OnScroll(float dx, float dy) { function in class:views::BaseScrollBar
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.cc24 // to trigger an |OnScroll| callback.
75 bool GestureDetector::SimpleGestureListener::OnScroll(const MotionEvent& e1, function in class:ui::GestureDetector::SimpleGestureListener
337 handled = listener_->OnScroll(
349 listener_->OnScroll(*current_down_event_, ev, scroll_x, scroll_y);
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc260 return OnScroll(0, e.y_offset());
292 handled = OnScroll(0, event->details().scroll_y());
493 bool SubmenuView::OnScroll(float dx, float dy) { function in class:views::SubmenuView

Completed in 3082 milliseconds