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

  /external/chromium_org/ui/events/platform/
platform_event_dispatcher.h 14 // See documentation for |PlatformEventDispatcher::DispatchEvent()| for
22 // PlatformEventDispatcher receives events from a PlatformEventSource and
24 class EVENTS_EXPORT PlatformEventDispatcher {
38 virtual ~PlatformEventDispatcher() {}
scoped_event_dispatcher.h 14 class PlatformEventDispatcher;
16 // A temporary PlatformEventDispatcher can be installed on a
25 ScopedEventDispatcher(PlatformEventDispatcher** scoped_dispatcher,
26 PlatformEventDispatcher* new_dispatcher);
29 operator PlatformEventDispatcher*() const { return original_; }
32 PlatformEventDispatcher* original_;
33 base::AutoReset<PlatformEventDispatcher*> restore_;

Completed in 324 milliseconds