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

  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h 34 class WebGeolocationClient {
36 virtual ~WebGeolocationClient() {}
WebFrameClient.h 66 class WebGeolocationClient;
460 virtual WebGeolocationClient* geolocationClient() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 38 class WebGeolocationClient;
42 GeolocationClientProxy(WebGeolocationClient* client);
55 WebGeolocationClient* m_client;
GeolocationClientProxy.cpp 31 #include "public/web/WebGeolocationClient.h"
37 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client)
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 10 #include "third_party/WebKit/public/web/WebGeolocationClient.h"
27 public blink::WebGeolocationClient {
36 // WebGeolocationClient
render_frame_impl.h 37 class WebGeolocationClient;
369 virtual blink::WebGeolocationClient* geolocationClient();
render_frame_impl.cc     [all...]

Completed in 262 milliseconds