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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h 35 class GeolocationClient {
51 void provideGeolocationTo(Page*, GeolocationClient*);
54 virtual ~GeolocationClient() { }
57 void provideGeolocationTo(Page*, GeolocationClient*);
GeolocationController.h 38 class GeolocationClient;
48 static PassOwnPtr<GeolocationController> create(Page*, GeolocationClient*);
68 GeolocationController(Page*, GeolocationClient*);
73 GeolocationClient* m_client;
GeolocationController.cpp 30 #include "modules/geolocation/GeolocationClient.h"
36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client)
67 PassOwnPtr<GeolocationController> GeolocationController::create(Page* page, GeolocationClient* client)
166 void provideGeolocationTo(Page* page, GeolocationClient* client)
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 30 #include "modules/geolocation/GeolocationClient.h"
40 class GeolocationClientProxy : public WebCore::GeolocationClient {
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
GeolocationClientMock.h 35 #include "modules/geolocation/GeolocationClient.h"
49 class GeolocationClientMock : public GeolocationClient {
62 // GeolocationClient

Completed in 47 milliseconds