OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeController
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventDispatcher.h
16
void
removeController
(PlatformEventController*);
PlatformEventDispatcher.cpp
32
void PlatformEventDispatcher::
removeController
(PlatformEventController* controller)
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h
61
void
removeController
(GeolocationController*);
GeolocationInspectorAgent.cpp
97
void GeolocationInspectorAgent::
removeController
(GeolocationController* controller)
GeolocationController.cpp
91
m_inspectorAgent->
removeController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightController.cpp
53
DeviceLightDispatcher::instance().
removeController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionController.cpp
53
DeviceMotionDispatcher::instance().
removeController
(this);
DeviceOrientationController.cpp
65
DeviceOrientationDispatcher::instance().
removeController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp
114
BatteryDispatcher::instance().
removeController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp
191
ScreenOrientationDispatcher::instance().
removeController
(this);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp
215
GamepadDispatcher::instance().
removeController
(this);
Completed in 986 milliseconds