Searched refs:WindowEventDispatcher (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dwindow_event_dispatcher_test_api.h12 class WindowEventDispatcher;
18 explicit WindowEventDispatcherTestApi(WindowEventDispatcher* dispatcher);
23 WindowEventDispatcher* dispatcher_;
H A Dwindow_event_dispatcher_test_api.cc13 WindowEventDispatcher* dispatcher) : dispatcher_(dispatcher) {
/external/chromium_org/ui/aura/
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...]
H A Dwindow_tree_host.h36 class WindowEventDispatcher;
65 WindowEventDispatcher* dispatcher() {
66 return const_cast<WindowEventDispatcher*>(
69 const WindowEventDispatcher* dispatcher() const { return dispatcher_.get(); }
188 scoped_ptr<WindowEventDispatcher> dispatcher_;
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_targeter.cc39 // event through the WindowEventDispatcher that owns |target|.
131 WindowEventDispatcher* dispatcher = root_window->GetHost()->dispatcher();
H A Dwindow_tree_host.cc222 dispatcher_.reset(new WindowEventDispatcher(this));
H A Dwindow_event_dispatcher_unittest.cc812 HoldPointerOnScrollHandler(WindowEventDispatcher* dispatcher,
832 WindowEventDispatcher* dispatcher_;
1554 // Owned by WindowEventDispatcher.
1911 static void RepostEventHelper(WindowEventDispatcher* dispatcher,
2220 WindowEventDispatcher* second_dispatcher = second_host->dispatcher();
2295 AsyncWindowDelegate(WindowEventDispatcher* dispatcher)
2309 WindowEventDispatcher* dispatcher_;
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_target_aura.h14 class WindowEventDispatcher;
/external/chromium_org/ui/views/corewm/
H A Ddesktop_capture_controller_unittest.cc94 aura::WindowEventDispatcher* w1_dispatcher =
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.h174 // Creates an aura::WindowEventDispatcher to contain the |content_window|,
176 aura::WindowEventDispatcher* InitDispatcher(const Widget::InitParams& params);
H A Ddesktop_native_widget_aura.h21 class WindowEventDispatcher;
78 // Called from ~DesktopWindowTreeHost. This takes the WindowEventDispatcher
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc247 aura::WindowEventDispatcher* dispatcher = window_host->dispatcher();
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc337 explicit QueueTouchEventDelegate(WindowEventDispatcher* dispatcher)
377 WindowEventDispatcher* dispatcher_;

Completed in 239 milliseconds