/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/ |
D | ScreenOrientationDispatcher.cpp | 31 void ScreenOrientationDispatcher::stopListening() in stopListening() function in blink::ScreenOrientationDispatcher 33 Platform::current()->stopListening(WebPlatformEventScreenOrientation); in stopListening()
|
D | ScreenOrientationDispatcher.h | 34 virtual void stopListening() OVERRIDE;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ScreenOrientationListener.java | 61 void stopListening(); in stopListening() method 102 public void stopListening() { in stopListening() method in ScreenOrientationListener.ScreenOrientationConfigurationListener 168 public void stopListening() { in stopListening() method in ScreenOrientationListener.ScreenOrientationDisplayListener 291 mBackend.stopListening(); in removeObserver()
|
D | SpeechRecognition.java | 282 mRecognizer.stopListening(); in stopRecognition()
|
/external/chromium_org/third_party/WebKit/Source/modules/device_light/ |
D | DeviceLightDispatcher.cpp | 33 void DeviceLightDispatcher::stopListening() in stopListening() function in blink::DeviceLightDispatcher 35 Platform::current()->stopListening(WebPlatformEventDeviceLight); in stopListening()
|
D | DeviceLightDispatcher.h | 32 virtual void stopListening() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
D | DeviceMotionDispatcher.cpp | 59 void DeviceMotionDispatcher::stopListening() in stopListening() function in blink::DeviceMotionDispatcher 61 Platform::current()->stopListening(WebPlatformEventDeviceMotion); in stopListening()
|
D | DeviceOrientationDispatcher.cpp | 59 void DeviceOrientationDispatcher::stopListening() in stopListening() function in blink::DeviceOrientationDispatcher 61 Platform::current()->stopListening(WebPlatformEventDeviceOrientation); in stopListening()
|
D | DeviceOrientationDispatcher.h | 63 virtual void stopListening() OVERRIDE;
|
D | DeviceMotionDispatcher.h | 63 virtual void stopListening() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/modules/battery/ |
D | BatteryDispatcher.cpp | 44 void BatteryDispatcher::stopListening() in stopListening() function in blink::BatteryDispatcher 46 Platform::current()->stopListening(WebPlatformEventBattery); in stopListening()
|
D | BatteryDispatcher.h | 32 virtual void stopListening() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
D | GamepadDispatcher.cpp | 58 void GamepadDispatcher::stopListening() in stopListening() function in blink::GamepadDispatcher 60 Platform::current()->stopListening(WebPlatformEventGamepad); in stopListening()
|
D | GamepadDispatcher.h | 41 virtual void stopListening() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | PlatformEventDispatcher.h | 25 virtual void stopListening() = 0;
|
D | PlatformEventDispatcher.cpp | 68 stopListening(); in purgeControllers()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | TransportWrapper.java | 50 public void stopListening() throws IOException; in stopListening() method
|
D | SocketTransportWrapper.java | 101 public void stopListening() throws IOException { in stopListening() method in SocketTransportWrapper
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPUnitDebuggeeWrapper.java | 113 transport.stopListening(); in stop()
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/ |
D | manager.js | 234 function stopListening() { function
|
/external/chromium_org/content/renderer/ |
D | renderer_webkitplatformsupport_impl.h | 142 virtual void stopListening(blink::WebPlatformEventType);
|
D | renderer_webkitplatformsupport_impl.cc | 1156 void RendererWebKitPlatformSupportImpl::stopListening( in stopListening() function in content::RendererWebKitPlatformSupportImpl
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 613 virtual void stopListening(WebPlatformEventType type) { } in stopListening() function
|
/external/chromium_org/chrome/renderer/resources/ |
D | offline.js | 562 stopListening: function() { method in Runner
|