Home
last modified time | relevance | path

Searched refs:stopListening (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
DScreenOrientationDispatcher.cpp31 void ScreenOrientationDispatcher::stopListening() in stopListening() function in blink::ScreenOrientationDispatcher
33 Platform::current()->stopListening(WebPlatformEventScreenOrientation); in stopListening()
DScreenOrientationDispatcher.h34 virtual void stopListening() OVERRIDE;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DScreenOrientationListener.java61 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()
DSpeechRecognition.java282 mRecognizer.stopListening(); in stopRecognition()
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
DDeviceLightDispatcher.cpp33 void DeviceLightDispatcher::stopListening() in stopListening() function in blink::DeviceLightDispatcher
35 Platform::current()->stopListening(WebPlatformEventDeviceLight); in stopListening()
DDeviceLightDispatcher.h32 virtual void stopListening() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DDeviceMotionDispatcher.cpp59 void DeviceMotionDispatcher::stopListening() in stopListening() function in blink::DeviceMotionDispatcher
61 Platform::current()->stopListening(WebPlatformEventDeviceMotion); in stopListening()
DDeviceOrientationDispatcher.cpp59 void DeviceOrientationDispatcher::stopListening() in stopListening() function in blink::DeviceOrientationDispatcher
61 Platform::current()->stopListening(WebPlatformEventDeviceOrientation); in stopListening()
DDeviceOrientationDispatcher.h63 virtual void stopListening() OVERRIDE;
DDeviceMotionDispatcher.h63 virtual void stopListening() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/battery/
DBatteryDispatcher.cpp44 void BatteryDispatcher::stopListening() in stopListening() function in blink::BatteryDispatcher
46 Platform::current()->stopListening(WebPlatformEventBattery); in stopListening()
DBatteryDispatcher.h32 virtual void stopListening() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
DGamepadDispatcher.cpp58 void GamepadDispatcher::stopListening() in stopListening() function in blink::GamepadDispatcher
60 Platform::current()->stopListening(WebPlatformEventGamepad); in stopListening()
DGamepadDispatcher.h41 virtual void stopListening() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPlatformEventDispatcher.h25 virtual void stopListening() = 0;
DPlatformEventDispatcher.cpp68 stopListening(); in purgeControllers()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTransportWrapper.java50 public void stopListening() throws IOException; in stopListening() method
DSocketTransportWrapper.java101 public void stopListening() throws IOException { in stopListening() method in SocketTransportWrapper
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeWrapper.java113 transport.stopListening(); in stop()
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
Dmanager.js234 function stopListening() { function
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h142 virtual void stopListening(blink::WebPlatformEventType);
Drenderer_webkitplatformsupport_impl.cc1156 void RendererWebKitPlatformSupportImpl::stopListening( in stopListening() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h613 virtual void stopListening(WebPlatformEventType type) { } in stopListening() function
/external/chromium_org/chrome/renderer/resources/
Doffline.js562 stopListening: function() { method in Runner