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

  /external/chromium_org/ui/events/platform/
scoped_event_dispatcher.cc 11 ScopedEventDispatcher::ScopedEventDispatcher(
17 ScopedEventDispatcher::~ScopedEventDispatcher() {
scoped_event_dispatcher.h 19 // returns a ScopedEventDispatcher object in such cases. This
20 // ScopedEventDispatcher object can be used to dispatch the event to any
23 class EVENTS_EXPORT ScopedEventDispatcher {
25 ScopedEventDispatcher(PlatformEventDispatcher** scoped_dispatcher,
27 ~ScopedEventDispatcher();
35 DISALLOW_COPY_AND_ASSIGN(ScopedEventDispatcher);

Completed in 79 milliseconds