PlatformEvent 40 ui/aura/window_tree_host_ozone.cc bool WindowTreeHostOzone::CanDispatchEvent(const ui::PlatformEvent& ne) { PlatformEvent 48 ui/aura/window_tree_host_ozone.cc uint32_t WindowTreeHostOzone::DispatchEvent(const ui::PlatformEvent& ne) { PlatformEvent 28 ui/aura/window_tree_host_ozone.h virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE; PlatformEvent 29 ui/aura/window_tree_host_ozone.h virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE; PlatformEvent 28 ui/events/platform/platform_event_dispatcher.h virtual bool CanDispatchEvent(const PlatformEvent& event) = 0; PlatformEvent 39 ui/events/platform/platform_event_dispatcher.h virtual uint32_t DispatchEvent(const PlatformEvent& event) = 0; PlatformEvent 26 ui/events/platform/platform_event_observer.h virtual EventStatus WillProcessEvent(const PlatformEvent& event) = 0; PlatformEvent 29 ui/events/platform/platform_event_observer.h virtual void DidProcessEvent(const PlatformEvent& event) = 0; PlatformEvent 69 ui/events/platform/platform_event_source.cc uint32_t PlatformEventSource::DispatchEvent(PlatformEvent platform_event) { PlatformEvent 114 ui/events/platform/platform_event_source.cc bool PlatformEventSource::WillProcessEvent(PlatformEvent event) { PlatformEvent 126 ui/events/platform/platform_event_source.cc void PlatformEventSource::DidProcessEvent(PlatformEvent event) { PlatformEvent 58 ui/events/platform/platform_event_source.h virtual uint32_t DispatchEvent(PlatformEvent platform_event); PlatformEvent 70 ui/events/platform/platform_event_source.h bool WillProcessEvent(PlatformEvent platform_event); PlatformEvent 71 ui/events/platform/platform_event_source.h void DidProcessEvent(PlatformEvent platform_event); PlatformEvent 21 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> CreatePlatformEvent() { PlatformEvent 22 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(new PlatformEvent()); PlatformEvent 23 ui/events/platform/platform_event_source_unittest.cc memset(event.get(), 0, sizeof(PlatformEvent)); PlatformEvent 37 ui/events/platform/platform_event_source_unittest.cc uint32_t Dispatch(const PlatformEvent& event) { return DispatchEvent(event); } PlatformEvent 41 ui/events/platform/platform_event_source_unittest.cc size_t DispatchEventStream(const ScopedVector<PlatformEvent>& events) { PlatformEvent 70 ui/events/platform/platform_event_source_unittest.cc virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE { PlatformEvent 74 ui/events/platform/platform_event_source_unittest.cc virtual uint32_t DispatchEvent(const PlatformEvent& event) OVERRIDE { PlatformEvent 101 ui/events/platform/platform_event_source_unittest.cc virtual EventStatus WillProcessEvent(const PlatformEvent& event) OVERRIDE { PlatformEvent 106 ui/events/platform/platform_event_source_unittest.cc virtual void DidProcessEvent(const PlatformEvent& event) OVERRIDE {} PlatformEvent 138 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 144 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 165 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 179 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 196 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 202 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 223 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 237 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 250 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 269 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 298 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 382 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 413 ui/events/platform/platform_event_source_unittest.cc virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE { PlatformEvent 417 ui/events/platform/platform_event_source_unittest.cc virtual uint32_t DispatchEvent(const PlatformEvent& event) OVERRIDE { PlatformEvent 435 ui/events/platform/platform_event_source_unittest.cc ScopedVector<PlatformEvent> events; PlatformEvent 436 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 476 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 516 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent()); PlatformEvent 575 ui/events/platform/platform_event_source_unittest.cc scoped_ptr<PlatformEvent> event(CreatePlatformEvent());