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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h 38 class GeolocationClient : public NoBaseWillBeGarbageCollectedFinalized<GeolocationClient> {
40 virtual ~GeolocationClient() { }
56 void provideGeolocationTo(LocalFrame&, GeolocationClient*);
GeolocationController.h 39 class GeolocationClient;
49 static PassOwnPtrWillBeRawPtr<GeolocationController> create(LocalFrame&, GeolocationClient*);
62 void setClientForTest(GeolocationClient*);
64 GeolocationClient* client() { return m_client; }
76 GeolocationController(LocalFrame&, GeolocationClient*);
81 RawPtrWillBeMember<GeolocationClient> m_client;
GeolocationController.cpp 32 #include "modules/geolocation/GeolocationClient.h"
39 GeolocationController::GeolocationController(LocalFrame& frame, GeolocationClient* client)
102 PassOwnPtrWillBeRawPtr<GeolocationController> GeolocationController::create(LocalFrame& frame, GeolocationClient* client)
185 void GeolocationController::setClientForTest(GeolocationClient* client)
221 void provideGeolocationTo(LocalFrame& frame, GeolocationClient* client)
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 29 #include "modules/geolocation/GeolocationClient.h"
38 class GeolocationClientProxy FINAL : public GeolocationClient {
GeolocationClientProxy.cpp 94 GeolocationClient::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h 35 #include "modules/geolocation/GeolocationClient.h"
47 class GeolocationClientMock : public GeolocationClient {
57 // GeolocationClient
GeolocationClientMock.cpp 189 GeolocationClient::trace(visitor);

Completed in 58 milliseconds