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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeviceEventControllerBase.cpp 33 void DeviceEventControllerBase::startUpdating()
65 startUpdating();
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 61 void GeolocationClientProxy::startUpdating()
63 m_client->startUpdating();
  /external/chromium_org/content/renderer/
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/geolocation/testing/
GeolocationClientMock.cpp 134 void GeolocationClientMock::startUpdating()
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
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))
  /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 85 milliseconds