HomeSort by relevance Sort by last modified time
    Searched defs:stopUpdating (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationProvider.cpp 42 void WebGeolocationProvider::stopUpdating(WebGeolocationManagerProxy* geolocationManager)
44 if (!m_client.stopUpdating)
47 m_client.stopUpdating(toAPI(geolocationManager), m_client.clientInfo);
WebGeolocationManagerProxy.cpp 51 stopUpdating();
89 void WebGeolocationManagerProxy::stopUpdating()
94 m_provider.stopUpdating(this);
  /external/webkit/Source/WebCore/platform/mock/
DeviceOrientationClientMock.cpp 52 void DeviceOrientationClientMock::stopUpdating()
GeolocationServiceMock.cpp 95 void GeolocationServiceMock::stopUpdating()
GeolocationClientMock.cpp 144 void GeolocationClientMock::stopUpdating()
  /external/webkit/Source/WebKit/chromium/src/
DeviceOrientationClientProxy.cpp 56 void DeviceOrientationClientProxy::stopUpdating()
60 m_client->stopUpdating();
WebDeviceOrientationClientMock.cpp 51 void WebDeviceOrientationClientMock::stopUpdating()
53 m_clientMock->stopUpdating();
GeolocationClientProxy.cpp 67 void GeolocationClientProxy::stopUpdating()
69 m_client->stopUpdating();
WebGeolocationClientMock.cpp 100 void WebGeolocationClientMock::stopUpdating()
102 m_clientMock->stopUpdating();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
DeviceMotionClientAndroid.cpp 60 void DeviceMotionClientAndroid::stopUpdating()
62 client()->stopUpdating();
DeviceOrientationClientAndroid.cpp 60 void DeviceOrientationClientAndroid::stopUpdating()
62 client()->stopUpdating();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.cpp 55 void DeviceMotionClientQt::stopUpdating()
DeviceOrientationClientQt.cpp 54 void DeviceOrientationClientQt::stopUpdating()
DeviceOrientationClientMockQt.cpp 61 void DeviceOrientationClientMockQt::stopUpdating()
63 m_clientMock->stopUpdating();
GeolocationClientQt.cpp 111 void GeolocationClientQt::stopUpdating()
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationManager.h 43 WKGeolocationProviderStopUpdatingCallback stopUpdating;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.cpp 56 void WebGeolocationClient::stopUpdating()
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 54 void GeolocationServiceEfl::stopUpdating()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 59 void WebGeolocationClient::stopUpdating()
  /external/webkit/Source/WebCore/platform/
GeolocationService.h 57 virtual void stopUpdating() { }
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 114 void GeolocationServiceAndroid::stopUpdating()
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.cpp 110 void DeviceMotionClientImpl::stopUpdating()
DeviceOrientationClientImpl.cpp 110 void DeviceOrientationClientImpl::stopUpdating()
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 128 void GeolocationServiceGtk::stopUpdating()
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 256 stopUpdating();
344 stopUpdating();
393 stopUpdating();
402 stopUpdating();
425 stopUpdating();
599 stopUpdating();
663 stopUpdating();
727 void Geolocation::stopUpdating()
736 m_service->stopUpdating();

Completed in 275 milliseconds

1 2