Searched defs:OnGestureEvent (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium_org/ash/wm/panels/
H A Dpanel_window_event_handler.cc39 void PanelWindowEventHandler::OnGestureEvent(ui::GestureEvent* event) { function in class:ash::PanelWindowEventHandler
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.cc54 void SystemGestureEventFilter::OnGestureEvent(ui::GestureEvent* event) { function in class:ash::SystemGestureEventFilter
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dinput_events_blocker.cc41 void InputEventsBlocker::OnGestureEvent(ui::GestureEvent* event) { function in class:chromeos::InputEventsBlocker
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_decoration_view.cc43 void LocationBarDecorationView::OnGestureEvent(ui::GestureEvent* event) { function in class:LocationBarDecorationView
H A Dbubble_icon_view.cc68 void BubbleIconView::OnGestureEvent(ui::GestureEvent* event) { function in class:BubbleIconView
H A Dlocation_icon_view.cc59 void LocationIconView::OnGestureEvent(ui::GestureEvent* event) { function in class:LocationIconView
H A Dev_bubble_view.cc42 void EVBubbleView::OnGestureEvent(ui::GestureEvent* event) { function in class:EVBubbleView
H A Dzoom_view.cc73 void ZoomView::OnGestureEvent(ui::GestureEvent* event) { function in class:ZoomView
/external/chromium_org/ash/shelf/
H A Dshelf_bezel_event_filter.cc25 void ShelfBezelEventFilter::OnGestureEvent( function in class:ash::ShelfBezelEventFilter
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler.cc85 void WorkspaceEventHandler::OnGestureEvent(ui::GestureEvent* event) { function in class:ash::WorkspaceEventHandler
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_text_selector.cc32 bool GestureTextSelector::OnGestureEvent(const ui::GestureEventData& gesture) { function in class:content::GestureTextSelector
/external/chromium_org/ui/events/
H A Devent_handler.cc35 OnGestureEvent(event->AsGestureEvent());
52 void EventHandler::OnGestureEvent(GestureEvent* event) { function in class:ui::EventHandler
H A Devent_target.cc91 void EventTarget::OnGestureEvent(GestureEvent* event) { function in class:ui::EventTarget
94 target_handler_->OnGestureEvent(event);
/external/chromium_org/ui/events/gesture_detection/
H A Dfiltered_gesture_provider.cc62 void FilteredGestureProvider::OnGestureEvent(const GestureEventData& event) { function in class:ui::FilteredGestureProvider
74 client_->OnGestureEvent(event);
/external/chromium_org/ui/events/test/
H A Dtest_event_handler.cc57 void TestEventHandler::OnGestureEvent(GestureEvent* event) { function in class:ui::test::TestEventHandler
/external/chromium_org/athena/wm/
H A Dtitle_drag_controller.cc74 void TitleDragController::OnGestureEvent(ui::GestureEvent* gesture) { function in class:athena::TitleDragController
H A Dbezel_controller.cc103 void BezelController::OnGestureEvent(ui::GestureEvent* event) { function in class:athena::BezelController
/external/chromium_org/ui/app_list/
H A Dpagination_controller.cc52 bool PaginationController::OnGestureEvent(const ui::GestureEvent& event, function in class:app_list::PaginationController
/external/chromium_org/ui/views/controls/
H A Dslide_out_view.cc24 void SlideOutView::OnGestureEvent(ui::GestureEvent* event) { function in class:views::SlideOutView
/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc81 void StatusAreaWidgetDelegate::OnGestureEvent(ui::GestureEvent* event) { function in class:ash::StatusAreaWidgetDelegate
85 views::AccessiblePaneView::OnGestureEvent(event);
/external/chromium_org/ash/system/tray/
H A Dactionable_view.cc88 void ActionableView::OnGestureEvent(ui::GestureEvent* event) { function in class:ash::ActionableView
/external/chromium_org/ui/events/gestures/
H A Dgesture_provider_aura.cc63 void GestureProviderAura::OnGestureEvent( function in class:ui::GestureProviderAura
103 client_->OnGestureEvent(event.get());
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar.cc77 void NativeScrollBar::OnGestureEvent(ui::GestureEvent* event) { function in class:views::NativeScrollBar
80 native_wrapper_->GetView()->OnGestureEvent(event);
/external/chromium_org/ui/wm/core/
H A Duser_activity_detector.cc91 void UserActivityDetector::OnGestureEvent(ui::GestureEvent* event) { function in class:wm::UserActivityDetector
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc61 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
172 void AutoclickControllerImpl::OnGestureEvent(ui::GestureEvent* event) { function in class:ash::AutoclickControllerImpl

Completed in 852 milliseconds

1234