Searched refs:OnScroll (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dpagination_controller.h39 bool OnScroll(const gfx::Vector2d& offset);
H A Dpagination_controller.cc29 bool PaginationController::OnScroll(const gfx::Vector2d& offset) { function in class:app_list::PaginationController
/external/chromium_org/ui/views/animation/
H A Dscroll_animator.h22 virtual bool OnScroll(float dx, float dy) = 0;
H A Dscroll_animator.cc75 delegate_->OnScroll(dx, dy);
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.h78 MESSAGE_HANDLER_EX(WM_HSCROLL, OnScroll)
79 MESSAGE_HANDLER_EX(WM_VSCROLL, OnScroll)
130 LRESULT OnScroll(UINT message, WPARAM w_param, LPARAM l_param);
H A Dlegacy_render_widget_host_win.cc306 LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message, function in class:content::LegacyRenderWidgetHostHWND
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.h78 virtual bool OnScroll(const MotionEvent& e1,
115 virtual bool OnScroll(const MotionEvent& e1,
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);
H A Dgesture_provider.cc274 virtual bool OnScroll(const MotionEvent& e1,
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.h88 virtual bool OnScroll(float dx, float dy) OVERRIDE;
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/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
H A Dsubmenu_view.h184 virtual bool OnScroll(float dx, float dy) OVERRIDE;
216 // OnScroll.
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc990 return pagination_controller_->OnScroll(
1022 if (pagination_controller_->OnScroll(gfx::ToFlooredVector2d(offset))) {

Completed in 280 milliseconds