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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeviceEventDispatcherBase.h 13 class DeviceEventDispatcherBase {
19 DeviceEventDispatcherBase();
20 virtual ~DeviceEventDispatcherBase();
DeviceEventDispatcherBase.cpp 6 #include "core/frame/DeviceEventDispatcherBase.h"
13 DeviceEventDispatcherBase::DeviceEventDispatcherBase()
19 DeviceEventDispatcherBase::~DeviceEventDispatcherBase()
23 void DeviceEventDispatcherBase::addController(DeviceEventControllerBase* controller)
32 void DeviceEventDispatcherBase::removeController(DeviceEventControllerBase* controller)
51 void DeviceEventDispatcherBase::purgeControllers()
71 void DeviceEventDispatcherBase::notifyControllers()

Completed in 73 milliseconds