HomeSort by relevance Sort by last modified time
    Searched defs:PlatformEventSource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/platform/
platform_event_source.cc 17 PlatformEventSource* PlatformEventSource::instance_ = NULL;
19 PlatformEventSource::PlatformEventSource()
26 PlatformEventSource::~PlatformEventSource() {
31 PlatformEventSource* PlatformEventSource::GetInstance() { return instance_; }
33 void PlatformEventSource::AddPlatformEventDispatcher(
40 void PlatformEventSource::RemovePlatformEventDispatcher
    [all...]
platform_event_source.h 25 // PlatformEventSource receives events from a source and dispatches the events
27 class EVENTS_EXPORT PlatformEventSource {
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);

Completed in 667 milliseconds