Home
last modified time | relevance | path

Searched refs:WindowEventDispatcher (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_event_dispatcher.cc75 WindowEventDispatcher::WindowEventDispatcher(WindowTreeHost* host) in WindowEventDispatcher() function in aura::WindowEventDispatcher
92 WindowEventDispatcher::~WindowEventDispatcher() { in ~WindowEventDispatcher()
98 void WindowEventDispatcher::RepostEvent(const ui::LocatedEvent& event) { in RepostEvent()
111 base::IgnoreResult(&WindowEventDispatcher::DispatchHeldEvents), in RepostEvent()
121 void WindowEventDispatcher::OnMouseEventsEnableStateChanged(bool enabled) { in OnMouseEventsEnableStateChanged()
128 void WindowEventDispatcher::DispatchCancelModeEvent() { in DispatchCancelModeEvent()
139 void WindowEventDispatcher::DispatchGestureEvent(ui::GestureEvent* event) { in DispatchGestureEvent()
153 void WindowEventDispatcher::DispatchMouseExitAtPoint(const gfx::Point& point) { in DispatchMouseExitAtPoint()
162 void WindowEventDispatcher::ProcessedTouchEvent(ui::TouchEvent* event, in ProcessedTouchEvent()
173 void WindowEventDispatcher::HoldPointerMoves() { in HoldPointerMoves()
[all …]
Dwindow_tree_host.h36 class WindowEventDispatcher; variable
65 WindowEventDispatcher* dispatcher() { in dispatcher()
66 return const_cast<WindowEventDispatcher*>( in dispatcher()
69 const WindowEventDispatcher* dispatcher() const { return dispatcher_.get(); } in dispatcher()
191 scoped_ptr<WindowEventDispatcher> dispatcher_;
Dwindow_event_dispatcher.h53 class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
59 explicit WindowEventDispatcher(WindowTreeHost* host);
60 virtual ~WindowEventDispatcher();
255 base::WeakPtrFactory<WindowEventDispatcher> repost_event_factory_;
258 base::WeakPtrFactory<WindowEventDispatcher> held_event_factory_;
260 DISALLOW_COPY_AND_ASSIGN(WindowEventDispatcher);
Dwindow_targeter.cc113 WindowEventDispatcher* dispatcher = root_window->GetHost()->dispatcher(); in FindTargetInRootWindow()
Dwindow_tree_host.cc217 dispatcher_.reset(new WindowEventDispatcher(this)); in CreateCompositor()
Dwindow_event_dispatcher_unittest.cc796 HoldPointerOnScrollHandler(WindowEventDispatcher* dispatcher, in HoldPointerOnScrollHandler()
816 WindowEventDispatcher* dispatcher_;
1889 static void RepostEventHelper(WindowEventDispatcher* dispatcher, in RepostEventHelper()
2198 WindowEventDispatcher* second_dispatcher = second_host->dispatcher(); in TEST_F()
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_aura.h14 class WindowEventDispatcher; variable
/external/chromium_org/ui/views/corewm/
Ddesktop_capture_controller_unittest.cc95 aura::WindowEventDispatcher* w1_dispatcher = in TEST_F()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11.h176 aura::WindowEventDispatcher* InitDispatcher(const Widget::InitParams& params);
Ddesktop_native_widget_aura.h21 class WindowEventDispatcher; variable
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc337 explicit QueueTouchEventDelegate(WindowEventDispatcher* dispatcher) in QueueTouchEventDelegate()
377 WindowEventDispatcher* dispatcher_;