Home
last modified time | relevance | path

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

1234

/external/webkit/Source/WebKit2/UIProcess/
DWebGeolocationProvider.cpp34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager) in startUpdating() function in WebKit::WebGeolocationProvider
36 if (!m_client.startUpdating) in startUpdating()
39 m_client.startUpdating(toAPI(geolocationManager), m_client.clientInfo); in startUpdating()
DWebGeolocationManagerProxy.cpp80 void WebGeolocationManagerProxy::startUpdating() in startUpdating() function in WebKit::WebGeolocationManagerProxy
85 m_provider.startUpdating(this); in startUpdating()
DWebGeolocationProvider.h39 void startUpdating(WebGeolocationManagerProxy*);
/external/webkit/Source/WebKit/chromium/src/
DDeviceOrientationClientProxy.cpp49 void DeviceOrientationClientProxy::startUpdating() in startUpdating() function in WebKit::DeviceOrientationClientProxy
53 m_client->startUpdating(); in startUpdating()
DWebDeviceOrientationClientMock.cpp46 void WebDeviceOrientationClientMock::startUpdating() in startUpdating() function in WebKit::WebDeviceOrientationClientMock
48 m_clientMock->startUpdating(); in startUpdating()
DGeolocationClientProxy.cpp62 void GeolocationClientProxy::startUpdating() in startUpdating() function in WebKit::GeolocationClientProxy
64 m_client->startUpdating(); in startUpdating()
DWebGeolocationClientMock.cpp95 void WebGeolocationClientMock::startUpdating() in startUpdating() function in WebKit::WebGeolocationClientMock
97 m_clientMock->startUpdating(); in startUpdating()
DDeviceOrientationClientProxy.h48 void startUpdating();
/external/webkit/Source/WebKit/android/WebCoreSupport/
DDeviceMotionClientAndroid.cpp55 void DeviceMotionClientAndroid::startUpdating() in startUpdating() function in android::DeviceMotionClientAndroid
57 client()->startUpdating(); in startUpdating()
DDeviceOrientationClientAndroid.cpp55 void DeviceOrientationClientAndroid::startUpdating() in startUpdating() function in android::DeviceOrientationClientAndroid
57 client()->startUpdating(); in startUpdating()
DGeolocationClientAndroid.cpp54 void GeolocationClientAndroid::startUpdating() in startUpdating() function in android::GeolocationClientAndroid
56 client()->startUpdating(); in startUpdating()
/external/webkit/Source/WebKit/mac/WebView/
DWebDeviceOrientationProviderMock.mm53 - (void)startUpdating
55 m_core->startUpdating();
107 - (void)startUpdating
109 [m_internal startUpdating];
DWebDeviceOrientationProvider.h29 - (void)startUpdating;
DWebDeviceOrientationProviderMockInternal.h41 - (void)startUpdating;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDeviceOrientationClientMockQt.cpp56 void DeviceOrientationClientMockQt::startUpdating() in startUpdating() function in WebCore::DeviceOrientationClientMockQt
58 m_clientMock->startUpdating(); in startUpdating()
/external/webkit/Source/WebKit/chromium/public/
DWebDeviceOrientationClient.h39 virtual void startUpdating() = 0;
DWebGeolocationClient.h38 virtual void startUpdating() = 0;
/external/webkit/Source/WebCore/dom/
DDeviceMotionClient.h38 virtual void startUpdating() = 0;
DDeviceOrientationClient.h39 virtual void startUpdating() = 0;
/external/webkit/Source/WebCore/page/
DGeolocationClient.h38 virtual void startUpdating() = 0;
DGeolocation.cpp329 else if (startUpdating(notifier.get())) in startRequest()
383 if (notifier->hasZeroTimeout() || startUpdating(notifier)) in makeCachedPositionCallbacks()
701 bool Geolocation::startUpdating(GeoNotifier* notifier) in startUpdating() function in WebCore::Geolocation
711 return m_service->startUpdating(notifier->m_options.get()); in startUpdating()
741 if (startUpdating(notifier)) in handlePendingPermissionNotifiers()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebDeviceOrientationClient.mm48 void WebDeviceOrientationClient::startUpdating() function
50 [getProvider() startUpdating];
DWebGeolocationClient.h41 void startUpdating();
/external/webkit/Source/WebCore/platform/efl/
DGeolocationServiceEfl.h37 virtual bool startUpdating(PositionOptions*);
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKGeolocationManager.h42 WKGeolocationProviderStartUpdatingCallback startUpdating; member

1234