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

1 23

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 51 void WebGeolocationClient::startUpdating()
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.mm 57 void WebGeolocationClient::startUpdating()
  /external/webkit/Source/WebCore/dom/
DeviceMotionController.cpp 77 m_client->startUpdating();
DeviceOrientationController.cpp 79 m_client->startUpdating();
  /external/webkit/Source/WebCore/page/
GeolocationController.cpp 63 m_client->startUpdating();
Geolocation.cpp 324 // if we don't yet have permission, request for permission before calling startUpdating()
329 else if (startUpdating(notifier.get()))
383 if (notifier->hasZeroTimeout() || startUpdating(notifier))
701 bool Geolocation::startUpdating(GeoNotifier* notifier)
720 return m_service->startUpdating(notifier->m_options.get(), PlatformBridge::isWebViewPaused(view));
722 return m_service->startUpdating(notifier->m_options.get());
753 if (startUpdating(notifier))
Geolocation.h 173 bool startUpdating(GeoNotifier*);
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.cpp 102 void DeviceMotionClientImpl::startUpdating()
DeviceOrientationClientImpl.cpp 102 void DeviceOrientationClientImpl::startUpdating()
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 71 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend)
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp 137 void GeolocationClientMock::startUpdating()
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 96 void GeolocationClientQt::startUpdating()
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 77 bool GeolocationServiceGtk::startUpdating(PositionOptions* options)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 607 virtual void startUpdating() { }
616 virtual void startUpdating() { }
  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackPresenter.java 472 mPositionUpdater.startUpdating(startPosition, mDuration.get());
599 public void startUpdating(int beginPosition, int endPosition) {

Completed in 908 milliseconds

1 23