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

  /external/webkit/WebKit/win/WebCoreSupport/
WebGeolocationControllerClient.cpp 53 void WebGeolocationControllerClient::stopUpdating()
  /external/webkit/WebCore/platform/
GeolocationService.h 56 virtual void stopUpdating() { }
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 105 void GeolocationServiceAndroid::stopUpdating()
  /external/webkit/WebCore/platform/mock/
GeolocationServiceMock.cpp 93 void GeolocationServiceMock::stopUpdating()
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 125 void GeolocationServiceGtk::stopUpdating()
  /external/webkit/WebCore/page/
Geolocation.cpp 244 stopUpdating();
328 stopUpdating();
377 stopUpdating();
386 stopUpdating();
406 stopUpdating();
543 stopUpdating();
605 stopUpdating();
680 void Geolocation::stopUpdating()
692 m_service->stopUpdating();

Completed in 91 milliseconds