HomeSort by relevance Sort by last modified time
    Searched refs:stopUpdating (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h 40 virtual void stopUpdating() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventController.h 15 // It watches page visibility and calls stopUpdating when page is not visible.
21 void stopUpdating();
PlatformEventController.cpp 47 void PlatformEventController::stopUpdating()
67 stopUpdating();
DeviceSingleWindowEventController.cpp 42 stopUpdating();
64 stopUpdating();
70 stopUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h 43 virtual void stopUpdating() = 0;
Geolocation.cpp 125 stopUpdating();
194 stopUpdating();
243 stopUpdating();
252 stopUpdating();
276 stopUpdating();
421 stopUpdating();
467 stopUpdating();
495 void Geolocation::stopUpdating()
Geolocation.h 149 void stopUpdating();
GeolocationController.cpp 83 m_client->stopUpdating();
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 60 void GeolocationClientProxy::stopUpdating()
62 m_client->stopUpdating();
GeolocationClientProxy.h 48 virtual void stopUpdating() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp 25 stopUpdating();
125 stopUpdating();
138 stopUpdating();
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 38 virtual void stopUpdating();
geolocation_dispatcher.cc 51 void GeolocationDispatcher::stopUpdating() {
60 // it calls setEnableHighAccuracy(false) after stopUpdating.
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h 59 virtual void stopUpdating() OVERRIDE;
GeolocationClientMock.cpp 136 void GeolocationClientMock::stopUpdating()
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightController.cpp 23 stopUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionController.cpp 23 stopUpdating();
DeviceOrientationController.cpp 23 stopUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp 185 stopUpdating();
196 stopUpdating();
202 stopUpdating();
266 stopUpdating();
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 377 mPositionUpdater.stopUpdating();
502 mPositionUpdater.stopUpdating();
511 mPositionUpdater.stopUpdating();
630 public void stopUpdating() {
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 209 stopUpdating();

Completed in 576 milliseconds