Searched defs:GeolocationDispatcherHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_dispatcher_host.h14 // GeolocationDispatcherHost is a browser filter for Geolocation messages.
16 class GeolocationDispatcherHost : public BrowserMessageFilter { class in namespace:content
18 static GeolocationDispatcherHost* New(
30 GeolocationDispatcherHost();
31 virtual ~GeolocationDispatcherHost();
33 DISALLOW_COPY_AND_ASSIGN(GeolocationDispatcherHost);
H A Dgeolocation_dispatcher_host.cc48 class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost {
54 // GeolocationDispatcherHost
287 // GeolocationDispatcherHost --------------------------------------------------
290 GeolocationDispatcherHost* GeolocationDispatcherHost::New(
298 GeolocationDispatcherHost::GeolocationDispatcherHost() { function in class:content::GeolocationDispatcherHost
301 GeolocationDispatcherHost::~GeolocationDispatcherHost() {

Completed in 86 milliseconds