OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addController
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
DeviceEventDispatcherBase.h
15
void
addController
(DeviceEventControllerBase*);
DeviceEventDispatcherBase.cpp
23
void DeviceEventDispatcherBase::
addController
(DeviceEventControllerBase* controller)
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightController.cpp
49
DeviceLightDispatcher::instance().
addController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionController.cpp
48
DeviceMotionDispatcher::instance().
addController
(this);
DeviceOrientationController.cpp
60
DeviceOrientationDispatcher::instance().
addController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp
112
BatteryDispatcher::instance().
addController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp
189
GamepadDispatcher::instance().
addController
(this);
Completed in 430 milliseconds