HomeSort by relevance Sort by last modified time
    Searched refs:geolocationDestroyed (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/page/
GeolocationClient.h 36 virtual void geolocationDestroyed() = 0;
GeolocationController.cpp 47 m_client->geolocationDestroyed();
  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationClient.h 41 virtual void geolocationDestroyed() = 0;
47 // The controller is valid until geolocationDestroyed() is invoked.
WebGeolocationClientMock.h 61 virtual void geolocationDestroyed();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.h 40 void geolocationDestroyed();
WebGeolocationClient.mm 52 void WebGeolocationClient::geolocationDestroyed()
  /external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.cpp 56 void GeolocationClientProxy::geolocationDestroyed()
59 m_client->geolocationDestroyed();
GeolocationClientProxy.h 45 virtual void geolocationDestroyed();
WebGeolocationClientMock.cpp 110 void WebGeolocationClientMock::geolocationDestroyed()
112 m_clientMock->geolocationDestroyed();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.h 51 virtual void geolocationDestroyed();
GeolocationClientQt.cpp 58 void GeolocationClientQt::geolocationDestroyed()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.h 43 virtual void geolocationDestroyed();
WebGeolocationClient.cpp 46 void WebGeolocationClient::geolocationDestroyed()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.h 47 virtual void geolocationDestroyed();
WebGeolocationClient.cpp 45 void WebGeolocationClient::geolocationDestroyed()
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.h 65 virtual void geolocationDestroyed();
GeolocationClientMock.cpp 132 void GeolocationClientMock::geolocationDestroyed()

Completed in 1460 milliseconds