PlatformEventSource   30 ui/aura/window_tree_host_ozone.cc   ui::PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
PlatformEventSource   35 ui/aura/window_tree_host_ozone.cc   ui::PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
PlatformEventSource   30 ui/events/ozone/event_factory_ozone.h class EVENTS_EXPORT EventFactoryOzone : public ui::PlatformEventSource {
PlatformEventSource   18 ui/events/platform/platform_event_source.cc PlatformEventSource* PlatformEventSource::instance_ = NULL;
PlatformEventSource   20 ui/events/platform/platform_event_source.cc PlatformEventSource::PlatformEventSource()
PlatformEventSource   27 ui/events/platform/platform_event_source.cc PlatformEventSource::~PlatformEventSource() {
PlatformEventSource   32 ui/events/platform/platform_event_source.cc PlatformEventSource* PlatformEventSource::GetInstance() { return instance_; }
PlatformEventSource   34 ui/events/platform/platform_event_source.cc void PlatformEventSource::AddPlatformEventDispatcher(
PlatformEventSource   42 ui/events/platform/platform_event_source.cc void PlatformEventSource::RemovePlatformEventDispatcher(
PlatformEventSource   50 ui/events/platform/platform_event_source.cc scoped_ptr<ScopedEventDispatcher> PlatformEventSource::OverrideDispatcher(
PlatformEventSource   58 ui/events/platform/platform_event_source.cc void PlatformEventSource::AddPlatformEventObserver(
PlatformEventSource   64 ui/events/platform/platform_event_source.cc void PlatformEventSource::RemovePlatformEventObserver(
PlatformEventSource   69 ui/events/platform/platform_event_source.cc uint32_t PlatformEventSource::DispatchEvent(PlatformEvent platform_event) {
PlatformEventSource  114 ui/events/platform/platform_event_source.cc bool PlatformEventSource::WillProcessEvent(PlatformEvent event) {
PlatformEventSource  126 ui/events/platform/platform_event_source.cc void PlatformEventSource::DidProcessEvent(PlatformEvent event) {
PlatformEventSource  130 ui/events/platform/platform_event_source.cc void PlatformEventSource::OnOverriddenDispatcherRestored() {
PlatformEventSource   27 ui/events/platform/platform_event_source.h class EVENTS_EXPORT PlatformEventSource {
PlatformEventSource   29 ui/events/platform/platform_event_source.h   virtual ~PlatformEventSource();
PlatformEventSource   31 ui/events/platform/platform_event_source.h   static PlatformEventSource* GetInstance();
PlatformEventSource   51 ui/events/platform/platform_event_source.h   PlatformEventSource();
PlatformEventSource   62 ui/events/platform/platform_event_source.h   static PlatformEventSource* instance_;
PlatformEventSource   83 ui/events/platform/platform_event_source.h   DISALLOW_COPY_AND_ASSIGN(PlatformEventSource);
PlatformEventSource   32 ui/events/platform/platform_event_source_unittest.cc class TestPlatformEventSource : public PlatformEventSource {
PlatformEventSource   58 ui/events/platform/platform_event_source_unittest.cc     PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
PlatformEventSource   61 ui/events/platform/platform_event_source_unittest.cc     PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
PlatformEventSource   91 ui/events/platform/platform_event_source_unittest.cc     PlatformEventSource::GetInstance()->AddPlatformEventObserver(this);
PlatformEventSource   94 ui/events/platform/platform_event_source_unittest.cc     PlatformEventSource::GetInstance()->RemovePlatformEventObserver(this);
PlatformEventSource   18 ui/events/platform/scoped_event_dispatcher.cc   PlatformEventSource::GetInstance()->OnOverriddenDispatcherRestored();
PlatformEventSource  135 ui/events/platform/x11/x11_event_source.cc   return static_cast<X11EventSource*>(PlatformEventSource::GetInstance());
PlatformEventSource  195 ui/events/platform/x11/x11_event_source.cc   int action = PlatformEventSource::DispatchEvent(xevent);
PlatformEventSource   22 ui/events/platform/x11/x11_event_source.h class EVENTS_EXPORT X11EventSource : public PlatformEventSource {