HomeSort by relevance Sort by last modified time
    Searched refs:WindowEventDispatcher (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/aura/
window_event_dispatcher.cc 73 // WindowEventDispatcher, public:
75 WindowEventDispatcher::WindowEventDispatcher(WindowTreeHost* host)
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::DispatchCancelModeEvent()
    [all...]
window_tree_host.h 36 class WindowEventDispatcher;
65 WindowEventDispatcher* dispatcher() {
66 return const_cast<WindowEventDispatcher*>(
69 const WindowEventDispatcher* dispatcher() const { return dispatcher_.get(); }
191 scoped_ptr<WindowEventDispatcher> dispatcher_;
window_event_dispatcher.h 49 // WindowEventDispatcher orchestrates event dispatch within a window tree
53 class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
59 explicit WindowEventDispatcher(WindowTreeHost* host);
60 virtual ~WindowEventDispatcher();
84 // window should let the WindowEventDispatcher know about the result of the
136 // factor. The WindowEventDispatcher dispatches events in the physical pixel
137 // coordinate. But the event processing from WindowEventDispatcher onwards
255 base::WeakPtrFactory<WindowEventDispatcher> repost_event_factory_;
258 base::WeakPtrFactory<WindowEventDispatcher> held_event_factory_;
260 DISALLOW_COPY_AND_ASSIGN(WindowEventDispatcher);
    [all...]
window_targeter.cc 32 // WindowEventDispatcher that owns |target|.
113 WindowEventDispatcher* dispatcher = root_window->GetHost()->dispatcher();
window_tree_host.cc 217 dispatcher_.reset(new WindowEventDispatcher(this));
window_event_dispatcher_unittest.cc 796 HoldPointerOnScrollHandler(WindowEventDispatcher* dispatcher,
816 WindowEventDispatcher* dispatcher_;
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.h 14 class WindowEventDispatcher;
  /external/chromium_org/ui/views/corewm/
desktop_capture_controller_unittest.cc 95 aura::WindowEventDispatcher* w1_dispatcher =
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.h 174 // Creates an aura::WindowEventDispatcher to contain the |content_window|,
176 aura::WindowEventDispatcher* InitDispatcher(const Widget::InitParams& params);
desktop_native_widget_aura.h 21 class WindowEventDispatcher;
78 // Called from ~DesktopWindowTreeHost. This takes the WindowEventDispatcher
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 337 explicit QueueTouchEventDelegate(WindowEventDispatcher* dispatcher)
377 WindowEventDispatcher* dispatcher_;
    [all...]

Completed in 2142 milliseconds