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

  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.h 14 // GeolocationDispatcherHost is a browser filter for Geolocation messages.
16 class GeolocationDispatcherHost : public BrowserMessageFilter {
18 static GeolocationDispatcherHost* New(
30 GeolocationDispatcherHost();
31 virtual ~GeolocationDispatcherHost();
33 DISALLOW_COPY_AND_ASSIGN(GeolocationDispatcherHost);
geolocation_dispatcher_host.cc 48 class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost {
54 // GeolocationDispatcherHost
287 // GeolocationDispatcherHost --------------------------------------------------
290 GeolocationDispatcherHost* GeolocationDispatcherHost::New(
298 GeolocationDispatcherHost::GeolocationDispatcherHost() {
301 GeolocationDispatcherHost::~GeolocationDispatcherHost() {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 40 class GeolocationDispatcherHost;
158 scoped_refptr<GeolocationDispatcherHost>
376 GeolocationDispatcherHost* geolocation_dispatcher_host_;
render_process_host_impl.cc 657 geolocation_dispatcher_host_ = GeolocationDispatcherHost::New(
660 geolocation_dispatcher_host_ = GeolocationDispatcherHost::New(
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 366 scoped_refptr<GeolocationDispatcherHost> geolocation_dispatcher =
372 base::Bind(&GeolocationDispatcherHost::PauseOrResume,
    [all...]

Completed in 34 milliseconds