OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addController
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventDispatcher.h
15
void
addController
(PlatformEventController*);
PlatformEventDispatcher.cpp
23
void PlatformEventDispatcher::
addController
(PlatformEventController* controller)
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h
60
void
addController
(GeolocationController*);
GeolocationInspectorAgent.cpp
92
void GeolocationInspectorAgent::
addController
(GeolocationController* controller)
GeolocationController.cpp
60
m_inspectorAgent->
addController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightController.cpp
48
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
109
BatteryDispatcher::instance().
addController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp
186
ScreenOrientationDispatcher::instance().
addController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp
208
GamepadDispatcher::instance().
addController
(this);
Completed in 136 milliseconds