HomeSort by relevance Sort by last modified time
    Searched refs:OnScrollEvent (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/ash/display/
event_transformation_handler.h 33 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
event_transformation_handler.cc 36 void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/ui/events/
event_handler.cc 31 OnScrollEvent(static_cast<ScrollEvent*>(event));
46 void EventHandler::OnScrollEvent(ScrollEvent* event) {
event_handler.h 44 virtual void OnScrollEvent(ScrollEvent* event);
event_target.cc 79 void EventTarget::OnScrollEvent(ScrollEvent* event) {
82 target_handler_->OnScrollEvent(event);
event_target.h 91 virtual void OnScrollEvent(ScrollEvent* event) OVERRIDE;
  /external/chromium_org/ash/wm/
system_gesture_event_filter.h 28 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
system_gesture_event_filter.cc 42 void SystemGestureEventFilter::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_event_blocker_x11.h 33 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
javascript_app_modal_event_blocker_x11.cc 78 void JavascriptAppModalEventBlockerX11::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/ash/shelf/
overflow_bubble_view.h 53 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
overflow_bubble_view.cc 155 // directions as in OverflowBubbleView::OnScrollEvent.
171 void OverflowBubbleView::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/ui/events/test/
test_event_handler.cc 45 void TestEventHandler::OnScrollEvent(ScrollEvent* event) {
test_event_handler.h 45 virtual void OnScrollEvent(ScrollEvent* event) OVERRIDE;
  /external/chromium_org/ui/wm/core/
user_activity_detector.h 46 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
compound_event_filter.h 78 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
focus_controller.h 71 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
user_activity_detector.cc 83 void UserActivityDetector::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.h 54 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
tab_scrubber.cc 79 void TabScrubber::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.h 110 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 126 virtual void OnScrollEvent(ui::ScrollEvent* event) = 0;
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 87 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 62 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
176 void AutoclickControllerImpl::OnScrollEvent(ui::ScrollEvent* event) {
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 144 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
571 void MagnificationControllerImpl::OnScrollEvent(ui::ScrollEvent* event) {

Completed in 858 milliseconds

1 2