Searched defs:WindowEventDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.h53 // WindowEventDispatcher orchestrates event dispatch within a window tree
57 class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor, class in namespace:aura
63 explicit WindowEventDispatcher(WindowTreeHost* host);
64 virtual ~WindowEventDispatcher();
89 // window should let the WindowEventDispatcher know about the result of the
143 // factor. The WindowEventDispatcher dispatches events in the physical pixel
144 // coordinate. But the event processing from WindowEventDispatcher onwards
262 base::WeakPtrFactory<WindowEventDispatcher> repost_event_factory_;
265 base::WeakPtrFactory<WindowEventDispatcher> held_event_factory_;
267 DISALLOW_COPY_AND_ASSIGN(WindowEventDispatcher);
[all...]
H A Dwindow_event_dispatcher.cc73 // WindowEventDispatcher, public:
75 WindowEventDispatcher::WindowEventDispatcher(WindowTreeHost* host) function in class:aura::WindowEventDispatcher
92 WindowEventDispatcher::~WindowEventDispatcher() {
93 TRACE_EVENT0("shutdown", "WindowEventDispatcher::Destructor");
98 void WindowEventDispatcher::RepostEvent(const ui::LocatedEvent& event) {
111 base::IgnoreResult(&WindowEventDispatcher::DispatchHeldEvents),
121 void WindowEventDispatcher::OnMouseEventsEnableStateChanged(bool enabled) {
128 void WindowEventDispatcher
[all...]

Completed in 72 milliseconds