HomeSort by relevance Sort by last modified time
    Searched refs:DeviceEventDispatcherBase (Results 1 - 17 of 17) 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()
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryDispatcher.h 8 #include "core/frame/DeviceEventDispatcherBase.h"
19 class BatteryDispatcher FINAL : public DeviceEventDispatcherBase, public blink::WebBatteryStatusListener {
32 // Inherited from DeviceEventDispatcherBase.
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightDispatcher.h 8 #include "core/frame/DeviceEventDispatcherBase.h"
17 class DeviceLightDispatcher FINAL : public DeviceEventDispatcherBase, public blink::WebDeviceLightListener {
30 // Inherited from DeviceEventDispatcherBase.
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.h 34 #include "core/frame/DeviceEventDispatcherBase.h"
49 class DeviceMotionDispatcher FINAL : public DeviceEventDispatcherBase, public blink::WebDeviceMotionListener {
64 // Inherited from DeviceEventDispatcherBase.
DeviceOrientationDispatcher.h 34 #include "core/frame/DeviceEventDispatcherBase.h"
49 class DeviceOrientationDispatcher : public DeviceEventDispatcherBase, public blink::WebDeviceOrientationListener {
64 // Inherited from DeviceEventDispatcherBase.
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadDispatcher.h 8 #include "core/frame/DeviceEventDispatcherBase.h"
21 class GamepadDispatcher : public DeviceEventDispatcherBase, public blink::WebGamepadListener {
42 // DeviceEventDispatcherBase
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 350 third_party/WebKit/Source/core/frame/DeviceEventDispatcherBase.cpp \
    [all...]

Completed in 131 milliseconds