Searched defs:PlatformEventDispatcher (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPlatformEventDispatcher.cpp6 #include "core/frame/PlatformEventDispatcher.h"
13 PlatformEventDispatcher::PlatformEventDispatcher() function in class:blink::PlatformEventDispatcher
19 PlatformEventDispatcher::~PlatformEventDispatcher()
23 void PlatformEventDispatcher::addController(PlatformEventController* controller)
32 void PlatformEventDispatcher::removeController(PlatformEventController* controller)
51 void PlatformEventDispatcher::purgeControllers()
71 void PlatformEventDispatcher::notifyControllers()
H A DPlatformEventDispatcher.h13 class PlatformEventDispatcher { class in namespace:blink
19 PlatformEventDispatcher();
20 virtual ~PlatformEventDispatcher();
/external/chromium_org/ui/events/platform/
H A Dplatform_event_dispatcher.h14 // See documentation for |PlatformEventDispatcher::DispatchEvent()| for
22 // PlatformEventDispatcher receives events from a PlatformEventSource and
24 class EVENTS_EXPORT PlatformEventDispatcher { class in namespace:ui
38 virtual ~PlatformEventDispatcher() {}
H A Dscoped_event_dispatcher.h14 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 236 milliseconds