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

  /external/webkit/WebKit/win/WebCoreSupport/
WebGeolocationControllerClient.cpp 45 void WebGeolocationControllerClient::startUpdating()
  /external/webkit/WebCore/platform/
GeolocationService.h 52 virtual bool startUpdating(PositionOptions*, bool suspend) { return false; }
54 virtual bool startUpdating(PositionOptions*) { return false; }
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 70 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend)
  /external/webkit/WebCore/platform/mock/
GeolocationServiceMock.cpp 83 bool GeolocationServiceMock::startUpdating(PositionOptions*, bool /* suspend */)
85 bool GeolocationServiceMock::startUpdating(PositionOptions*)
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 76 bool GeolocationServiceGtk::startUpdating(PositionOptions* options)
  /external/webkit/WebCore/page/
Geolocation.cpp 303 else if (notifier->hasZeroTimeout() || startUpdating(notifier.get())) {
361 if (notifier->hasZeroTimeout() || startUpdating(notifier))
428 // Permission request was made during the startUpdating process
637 bool Geolocation::startUpdating(GeoNotifier* notifier)
667 return m_service->startUpdating(notifier->m_options.get(), PlatformBridge::isWebViewPaused(view));
669 return m_service->startUpdating(notifier->m_options.get());

Completed in 4143 milliseconds