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/
PlatformEventController.cpp 33 void PlatformEventController::startUpdating()
65 startUpdating();
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 55 void GeolocationClientProxy::startUpdating()
57 m_client->startUpdating();
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 44 void GeolocationDispatcher::startUpdating() {
58 // startUpdating in response to the first high-accuracy Geolocation
65 startUpdating();
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.cpp 129 void GeolocationClientMock::startUpdating()
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 178 // if we don't yet have permission, request for permission before calling startUpdating()
181 } else if (startUpdating(notifier))
233 if (!notifier->options()->timeout() || startUpdating(notifier))
485 bool Geolocation::startUpdating(GeoNotifier* notifier)
515 if (startUpdating(notifier))
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 481 mPositionUpdater.startUpdating(startPosition, duration);
619 public void startUpdating(int beginPosition, int endPosition) {

Completed in 1286 milliseconds