Searched refs:startUpdating (Results 1 - 25 of 66) sorted by relevance

123

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDeviceOrientationProvider.h29 - (void)startUpdating;
H A DWebDeviceOrientationProviderMock.mm53 - (void)startUpdating
55 m_core->startUpdating();
107 - (void)startUpdating
109 [m_internal startUpdating];
H A DWebDeviceOrientationProviderMockInternal.h41 - (void)startUpdating;
/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 DWebGeolocationProvider.h39 void startUpdating(WebGeolocationManagerProxy*);
H A DWebGeolocationManagerProxy.cpp80 void WebGeolocationManagerProxy::startUpdating() function in class:WebKit::WebGeolocationManagerProxy
85 m_provider.startUpdating(this);
/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();
H A DGeolocationClientAndroid.cpp54 void GeolocationClientAndroid::startUpdating() function in class:android::GeolocationClientAndroid
56 client()->startUpdating();
/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 DDeviceOrientationClientProxy.h48 void startUpdating();
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionClient.h38 virtual void startUpdating() = 0;
H A DDeviceOrientationClient.h39 virtual void startUpdating() = 0;
/external/webkit/Source/WebCore/page/
H A DGeolocationClient.h38 virtual void startUpdating() = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebDeviceOrientationClient.h39 virtual void startUpdating() = 0;
H A DWebGeolocationClient.h38 virtual void startUpdating() = 0;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDeviceOrientationClient.mm48 void WebDeviceOrientationClient::startUpdating()
50 [getProvider() startUpdating];
H A DWebGeolocationClient.h41 void startUpdating();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationClientMockQt.cpp56 void DeviceOrientationClientMockQt::startUpdating() function in class:WebCore::DeviceOrientationClientMockQt
58 m_clientMock->startUpdating();
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.h37 virtual bool startUpdating(PositionOptions*);
H A DGeolocationServiceEfl.cpp48 bool GeolocationServiceEfl::startUpdating(PositionOptions* options) function in class:WebCore::GeolocationServiceEfl
/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.cpp47 void DeviceOrientationClientMock::startUpdating() function in class:WebCore::DeviceOrientationClientMock
H A DDeviceOrientationClientMock.h49 virtual void startUpdating();

Completed in 3259 milliseconds

123