Home
last modified time | relevance | path

Searched refs:WebGeolocationClient (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DGeolocationClientProxy.h38 class WebGeolocationClient; variable
42 GeolocationClientProxy(WebGeolocationClient* client);
55 WebGeolocationClient* m_client;
DGeolocationClientProxy.cpp37 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client) in GeolocationClientProxy()
/external/chromium_org/third_party/WebKit/public/web/
DWebGeolocationClient.h34 class WebGeolocationClient {
36 virtual ~WebGeolocationClient() {} in ~WebGeolocationClient()
DWebFrameClient.h66 class WebGeolocationClient; variable
460 virtual WebGeolocationClient* geolocationClient() { return 0; } in geolocationClient()
/external/chromium_org/content/renderer/
Dgeolocation_dispatcher.h27 public blink::WebGeolocationClient {
Drender_frame_impl.h37 class WebGeolocationClient; variable
369 virtual blink::WebGeolocationClient* geolocationClient();
Drender_frame_impl.cc2739 blink::WebGeolocationClient* RenderFrameImpl::geolocationClient() { in geolocationClient()