HomeSort by relevance Sort by last modified time
    Searched full:geolocationclient (Results 1 - 12 of 12) 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/core/
DEPS 15 "!modules/geolocation/GeolocationClient.h",
  /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
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 30 #include "modules/geolocation/GeolocationClient.h"
40 class GeolocationClientProxy : public WebCore::GeolocationClient {
WebViewImpl.cpp 422 , m_geolocationClientProxy(adoptPtr(new GeolocationClientProxy(client ? client->geolocationClient() : 0)))
    [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 181 blink::WebGeolocationClient* geolocationClient();
369 virtual blink::WebGeolocationClient* geolocationClient()
371 return WebTestProxyBase::geolocationClient();
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 331 virtual WebGeolocationClient* geolocationClient() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 972 WebGeolocationClient* WebTestProxyBase::geolocationClient()
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.h 482 virtual blink::WebGeolocationClient* geolocationClient();
    [all...]
render_view_impl.cc     [all...]

Completed in 475 milliseconds