Searched refs:WindowEventDispatcher (Results 1 – 11 of 11) sorted by relevance
75 WindowEventDispatcher::WindowEventDispatcher(WindowTreeHost* host) in WindowEventDispatcher() function in aura::WindowEventDispatcher92 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 …]
36 class WindowEventDispatcher; variable65 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_;
53 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);
113 WindowEventDispatcher* dispatcher = root_window->GetHost()->dispatcher(); in FindTargetInRootWindow()
217 dispatcher_.reset(new WindowEventDispatcher(this)); in CreateCompositor()
796 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()
14 class WindowEventDispatcher; variable
95 aura::WindowEventDispatcher* w1_dispatcher = in TEST_F()
176 aura::WindowEventDispatcher* InitDispatcher(const Widget::InitParams& params);
21 class WindowEventDispatcher; variable
337 explicit QueueTouchEventDelegate(WindowEventDispatcher* dispatcher) in QueueTouchEventDelegate()377 WindowEventDispatcher* dispatcher_;