Searched refs:addController (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPlatformEventDispatcher.h15 void addController(PlatformEventController*);
H A DPlatformEventDispatcher.cpp23 void PlatformEventDispatcher::addController(PlatformEventController* controller) function in class:blink::PlatformEventDispatcher
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationInspectorAgent.h60 void addController(GeolocationController*);
H A DGeolocationInspectorAgent.cpp92 void GeolocationInspectorAgent::addController(GeolocationController* controller) function in class:blink::GeolocationInspectorAgent
H A DGeolocationController.cpp60 m_inspectorAgent->addController(this);
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
H A DDeviceLightController.cpp48 DeviceLightDispatcher::instance().addController(this);
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionController.cpp48 DeviceMotionDispatcher::instance().addController(this);
H A DDeviceOrientationController.cpp60 DeviceOrientationDispatcher::instance().addController(this);
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryManager.cpp109 BatteryDispatcher::instance().addController(this);
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationController.cpp186 ScreenOrientationDispatcher::instance().addController(this);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DNavigatorGamepad.cpp208 GamepadDispatcher::instance().addController(this);

Completed in 1073 milliseconds