Searched defs:startUpdating (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/
H A DWebGeolocationProvider.cpp34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager) function in class:WebKit::WebGeolocationProvider
36 if (!m_client.startUpdating)
39 m_client.startUpdating(toAPI(geolocationManager), m_client.clientInfo);
H A DWebGeolocationManagerProxy.cpp80 void WebGeolocationManagerProxy::startUpdating() function in class:WebKit::WebGeolocationManagerProxy
85 m_provider.startUpdating(this);
/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.cpp47 void DeviceOrientationClientMock::startUpdating() function in class:WebCore::DeviceOrientationClientMock
H A DGeolocationServiceMock.cpp85 bool GeolocationServiceMock::startUpdating(PositionOptions*, bool /* suspend */) function in class:WebCore::GeolocationServiceMock
87 bool GeolocationServiceMock::startUpdating(PositionOptions*)
H A DGeolocationClientMock.cpp137 void GeolocationClientMock::startUpdating() function in class:WebCore::GeolocationClientMock
/external/webkit/Source/WebKit/chromium/src/
H A DDeviceOrientationClientProxy.cpp49 void DeviceOrientationClientProxy::startUpdating() function in class:WebKit::DeviceOrientationClientProxy
53 m_client->startUpdating();
H A DWebDeviceOrientationClientMock.cpp46 void WebDeviceOrientationClientMock::startUpdating() function in class:WebKit::WebDeviceOrientationClientMock
48 m_clientMock->startUpdating();
H A DGeolocationClientProxy.cpp62 void GeolocationClientProxy::startUpdating() function in class:WebKit::GeolocationClientProxy
64 m_client->startUpdating();
H A DWebGeolocationClientMock.cpp95 void WebGeolocationClientMock::startUpdating() function in class:WebKit::WebGeolocationClientMock
97 m_clientMock->startUpdating();
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKGeolocationManager.h42 WKGeolocationProviderStartUpdatingCallback startUpdating; member in struct:WKGeolocationProvider
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.cpp48 bool GeolocationServiceEfl::startUpdating(PositionOptions* options) function in class:WebCore::GeolocationServiceEfl
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDeviceMotionClientAndroid.cpp55 void DeviceMotionClientAndroid::startUpdating() function in class:android::DeviceMotionClientAndroid
57 client()->startUpdating();
H A DDeviceOrientationClientAndroid.cpp55 void DeviceOrientationClientAndroid::startUpdating() function in class:android::DeviceOrientationClientAndroid
57 client()->startUpdating();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceMotionClientQt.cpp50 void DeviceMotionClientQt::startUpdating() function in class:WebCore::DeviceMotionClientQt
H A DDeviceOrientationClientQt.cpp49 void DeviceOrientationClientQt::startUpdating() function in class:WebCore::DeviceOrientationClientQt
H A DDeviceOrientationClientMockQt.cpp56 void DeviceOrientationClientMockQt::startUpdating() function in class:WebCore::DeviceOrientationClientMockQt
58 m_clientMock->startUpdating();
H A DGeolocationClientQt.cpp96 void GeolocationClientQt::startUpdating() function in class:WebCore::GeolocationClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebGeolocationClient.cpp51 void WebGeolocationClient::startUpdating() function in class:WebGeolocationClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.cpp51 void WebGeolocationClient::startUpdating() function in class:WebKit::WebGeolocationClient
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.h53 virtual bool startUpdating(PositionOptions*, bool suspend) { return false; } function in class:WebCore::GeolocationService
55 virtual bool startUpdating(PositionOptions*) { return false; } function in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/platform/android/
H A DGeolocationServiceAndroid.cpp71 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend) function in class:WebCore::GeolocationServiceAndroid
/external/webkit/Source/WebKit/android/jni/
H A DDeviceMotionClientImpl.cpp102 void DeviceMotionClientImpl::startUpdating() function in class:android::DeviceMotionClientImpl
H A DDeviceOrientationClientImpl.cpp102 void DeviceOrientationClientImpl::startUpdating() function in class:android::DeviceOrientationClientImpl
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp77 bool GeolocationServiceGtk::startUpdating(PositionOptions* options) function in class:WebCore::GeolocationServiceGtk
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp324 // 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) function in class:WebCore::Geolocation
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))

Completed in 492 milliseconds

12