HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationDispatcherHost (Results 1 - 2 of 2) 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() {

Completed in 28 milliseconds