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(
23 GeolocationDispatcherHost();
24 virtual ~GeolocationDispatcherHost();
26 DISALLOW_COPY_AND_ASSIGN(GeolocationDispatcherHost);
geolocation_dispatcher_host.cc 46 class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost {
52 // GeolocationDispatcherHost
229 // GeolocationDispatcherHost --------------------------------------------------
232 GeolocationDispatcherHost* GeolocationDispatcherHost::New(
240 GeolocationDispatcherHost::GeolocationDispatcherHost() {
243 GeolocationDispatcherHost::~GeolocationDispatcherHost() {

Completed in 28 milliseconds