Searched defs:PlatformEventSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/platform/
H A Dplatform_event_source.h25 // PlatformEventSource receives events from a source and dispatches the events
27 class EVENTS_EXPORT PlatformEventSource { class in namespace:ui
29 virtual ~PlatformEventSource();
31 static PlatformEventSource* GetInstance();
57 static scoped_ptr<PlatformEventSource> CreateDefault();
60 PlatformEventSource();
71 static PlatformEventSource* instance_;
97 DISALLOW_COPY_AND_ASSIGN(PlatformEventSource);
H A Dplatform_event_source.cc17 PlatformEventSource* PlatformEventSource::instance_ = NULL;
19 PlatformEventSource::PlatformEventSource() function in class:ui::PlatformEventSource
26 PlatformEventSource::~PlatformEventSource() {
31 PlatformEventSource* PlatformEventSource::GetInstance() { return instance_; }
33 void PlatformEventSource::AddPlatformEventDispatcher(
40 void PlatformEventSource
[all...]

Completed in 1709 milliseconds