CanDispatchEvent 28 ui/aura/window_tree_host_ozone.h virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE; CanDispatchEvent 28 ui/events/platform/platform_event_dispatcher.h virtual bool CanDispatchEvent(const PlatformEvent& event) = 0; CanDispatchEvent 84 ui/events/platform/platform_event_source.cc if (dispatcher->CanDispatchEvent(platform_event)) CanDispatchEvent 413 ui/events/platform/platform_event_source_unittest.cc virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE {