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

  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h 38 virtual void startUpdating() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeviceEventControllerBase.h 19 void startUpdating();
32 // When true initiates a one-shot didUpdateData() when startUpdating() is called.
DeviceEventControllerBase.cpp 33 void DeviceEventControllerBase::startUpdating()
65 startUpdating();
DeviceSingleWindowEventController.cpp 53 startUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h 40 virtual void startUpdating() = 0;
Geolocation.h 198 bool startUpdating(GeoNotifier*);
Geolocation.cpp 336 // if we don't yet have permission, request for permission before calling startUpdating()
339 } else if (startUpdating(notifier))
391 if (!notifier->options()->timeout() || startUpdating(notifier))
644 bool Geolocation::startUpdating(GeoNotifier* notifier)
674 if (startUpdating(notifier))
GeolocationController.cpp 72 m_client->startUpdating();
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 61 void GeolocationClientProxy::startUpdating()
63 m_client->startUpdating();
GeolocationClientProxy.h 46 virtual void startUpdating() OVERRIDE;
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 38 virtual void startUpdating();
geolocation_dispatcher.cc 49 void GeolocationDispatcher::startUpdating() {
63 // startUpdating in response to the first high-accuracy Geolocation
70 startUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp 48 startUpdating();
134 startUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h 59 virtual void startUpdating() OVERRIDE;
GeolocationClientMock.cpp 134 void GeolocationClientMock::startUpdating()
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp 108 startUpdating();
119 startUpdating();
212 startUpdating();
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 483 mPositionUpdater.startUpdating(startPosition, duration);
621 public void startUpdating(int beginPosition, int endPosition) {

Completed in 1570 milliseconds