HomeSort by relevance Sort by last modified time
    Searched refs:OnScroll (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/app_list/
pagination_controller.h 39 bool OnScroll(const gfx::Vector2d& offset);
pagination_controller.cc 29 bool PaginationController::OnScroll(const gfx::Vector2d& offset) {
  /external/chromium_org/ui/views/animation/
scroll_animator.h 22 virtual bool OnScroll(float dx, float dy) = 0;
scroll_animator.cc 75 delegate_->OnScroll(dx, dy);
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.h 78 MESSAGE_HANDLER_EX(WM_HSCROLL, OnScroll)
79 MESSAGE_HANDLER_EX(WM_VSCROLL, OnScroll)
130 LRESULT OnScroll(UINT message, WPARAM w_param, LPARAM l_param);
legacy_render_widget_host_win.cc 306 LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message,
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 78 virtual bool OnScroll(const MotionEvent& e1,
115 virtual bool OnScroll(const MotionEvent& e1,
gesture_detector.cc 24 // to trigger an |OnScroll| callback.
75 bool GestureDetector::SimpleGestureListener::OnScroll(const MotionEvent& e1,
337 handled = listener_->OnScroll(
349 listener_->OnScroll(*current_down_event_, ev, scroll_x, scroll_y);
gesture_provider.cc 274 virtual bool OnScroll(const MotionEvent& e1,
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 184 virtual bool OnScroll(float dx, float dy) OVERRIDE;
216 // OnScroll.
submenu_view.cc 260 return OnScroll(0, e.y_offset());
292 handled = OnScroll(0, event->details().scroll_y());
493 bool SubmenuView::OnScroll(float dx, float dy) {
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 88 virtual bool OnScroll(float dx, float dy) OVERRIDE;
base_scroll_bar.cc 197 OnScroll(event.x_offset(), event.y_offset());
268 bool BaseScrollBar::OnScroll(float dx, float dy) {
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 990 return pagination_controller_->OnScroll(
    [all...]

Completed in 602 milliseconds