Home
last modified time | relevance | path

Searched refs:startUpdating (Results 1 – 21 of 21) sorted by relevance

/external/webkit/WebCore/platform/mock/
DGeolocationServiceMock.h51 virtual bool startUpdating(PositionOptions*, bool suspend);
53 virtual bool startUpdating(PositionOptions*);
DGeolocationServiceMock.cpp83 bool GeolocationServiceMock::startUpdating(PositionOptions*, bool /* suspend */) in startUpdating() function in WebCore::GeolocationServiceMock
85 bool GeolocationServiceMock::startUpdating(PositionOptions*) in startUpdating()
/external/webkit/WebCore/platform/
DGeolocationService.h52 virtual bool startUpdating(PositionOptions*, bool suspend) { return false; } in startUpdating() function
54 virtual bool startUpdating(PositionOptions*) { return false; } in startUpdating() function
/external/webkit/WebCore/page/
DGeolocation.cpp309 else if (notifier->hasZeroTimeout() || startUpdating(notifier.get())) { in startRequest()
367 if (notifier->hasZeroTimeout() || startUpdating(notifier)) in makeCachedPositionCallbacks()
643 bool Geolocation::startUpdating(GeoNotifier* notifier) in startUpdating() function in WebCore::Geolocation
673 … return m_service->startUpdating(notifier->m_options.get(), PlatformBridge::isWebViewPaused(view)); in startUpdating()
675 return m_service->startUpdating(notifier->m_options.get()); in startUpdating()
DGeolocationControllerClient.h37 virtual void startUpdating() = 0;
DGeolocationController.cpp54 m_client->startUpdating(); in addObserver()
DGeolocation.h152 bool startUpdating(GeoNotifier*);
/external/webkit/WebKit/win/WebCoreSupport/
DWebGeolocationControllerClient.h43 virtual void startUpdating();
DWebGeolocationControllerClient.cpp45 void WebGeolocationControllerClient::startUpdating() in startUpdating() function in WebGeolocationControllerClient
/external/webkit/WebKit/mac/WebCoreSupport/
DWebGeolocationControllerClient.h40 void startUpdating();
DWebGeolocationControllerClient.mm43 void WebGeolocationControllerClient::startUpdating() function
/external/webkit/WebCore/platform/gtk/
DGeolocationServiceGtk.h37 virtual bool startUpdating(PositionOptions*);
DGeolocationServiceGtk.cpp76 bool GeolocationServiceGtk::startUpdating(PositionOptions* options) in startUpdating() function in WebCore::GeolocationServiceGtk
/external/webkit/WebCore/platform/mac/
DGeolocationServiceMac.h51 virtual bool startUpdating(PositionOptions*);
DGeolocationServiceMac.mm87 bool GeolocationServiceMac::startUpdating(PositionOptions* options)
/external/webkit/WebCore/platform/android/
DGeolocationServiceAndroid.h50 virtual bool startUpdating(PositionOptions*, bool suspend);
DGeolocationServiceAndroid.cpp70 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend) in startUpdating() function in WebCore::GeolocationServiceAndroid
/external/webkit/WebKit/win/
DChangeLog519 (WebGeolocationControllerClient::startUpdating):
/external/webkit/WebCore/
DChangeLog-2010-01-29210 (WebCore::Geolocation::startUpdating):
220 (WebCore::Geolocation::startRequest): Pass notifier instead of options to startUpdating.
221 …ebCore::Geolocation::setIsAllowed): Add the observer or notify of error for deferred startUpdating.
222 …(WebCore::Geolocation::startUpdating): Pass notifier instead of options, since we may need to call…
21655 (WebCore::Geolocation::startUpdating):
31478 (WebCore::GeolocationServiceAndroid::startUpdating):
35609 … (WebCore::GeolocationServiceGtk::startUpdating): Replace UNKNOWN_ERROR with POSITION_UNAVAILABLE.
61579 …(WebCore::GeolocationServiceMock::startUpdating): Added. GeolocationService implementation. Starts…
DChangeLog-2009-06-1633633 (WebCore::GeolocationServiceMac::startUpdating):
45720 (WebCore::GeolocationServiceGtk::startUpdating):
45740 (WebCore::GeolocationServiceGtk::startUpdating):
67039 (WebCore::GeolocationServiceGtk::startUpdating):
/external/webkit/WebKit/mac/
DChangeLog-2010-01-29558 (WebGeolocationControllerClient::startUpdating):