/external/webkit/WebCore/platform/mock/ |
D | GeolocationServiceMock.h | 51 virtual bool startUpdating(PositionOptions*, bool suspend); 53 virtual bool startUpdating(PositionOptions*);
|
D | GeolocationServiceMock.cpp | 83 bool GeolocationServiceMock::startUpdating(PositionOptions*, bool /* suspend */) in startUpdating() function in WebCore::GeolocationServiceMock 85 bool GeolocationServiceMock::startUpdating(PositionOptions*) in startUpdating()
|
/external/webkit/WebCore/platform/ |
D | GeolocationService.h | 52 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/ |
D | Geolocation.cpp | 309 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()
|
D | GeolocationControllerClient.h | 37 virtual void startUpdating() = 0;
|
D | GeolocationController.cpp | 54 m_client->startUpdating(); in addObserver()
|
D | Geolocation.h | 152 bool startUpdating(GeoNotifier*);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebGeolocationControllerClient.h | 43 virtual void startUpdating();
|
D | WebGeolocationControllerClient.cpp | 45 void WebGeolocationControllerClient::startUpdating() in startUpdating() function in WebGeolocationControllerClient
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebGeolocationControllerClient.h | 40 void startUpdating();
|
D | WebGeolocationControllerClient.mm | 43 void WebGeolocationControllerClient::startUpdating() function
|
/external/webkit/WebCore/platform/gtk/ |
D | GeolocationServiceGtk.h | 37 virtual bool startUpdating(PositionOptions*);
|
D | GeolocationServiceGtk.cpp | 76 bool GeolocationServiceGtk::startUpdating(PositionOptions* options) in startUpdating() function in WebCore::GeolocationServiceGtk
|
/external/webkit/WebCore/platform/mac/ |
D | GeolocationServiceMac.h | 51 virtual bool startUpdating(PositionOptions*);
|
D | GeolocationServiceMac.mm | 87 bool GeolocationServiceMac::startUpdating(PositionOptions* options)
|
/external/webkit/WebCore/platform/android/ |
D | GeolocationServiceAndroid.h | 50 virtual bool startUpdating(PositionOptions*, bool suspend);
|
D | GeolocationServiceAndroid.cpp | 70 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend) in startUpdating() function in WebCore::GeolocationServiceAndroid
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 519 (WebGeolocationControllerClient::startUpdating):
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 210 (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…
|
D | ChangeLog-2009-06-16 | 33633 (WebCore::GeolocationServiceMac::startUpdating): 45720 (WebCore::GeolocationServiceGtk::startUpdating): 45740 (WebCore::GeolocationServiceGtk::startUpdating): 67039 (WebCore::GeolocationServiceGtk::startUpdating):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 558 (WebGeolocationControllerClient::startUpdating):
|