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

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_dispatcher_host.h20 // GeolocationDispatcherHost is an observer for Geolocation messages.
22 class GeolocationDispatcherHost : public WebContentsObserver { class in namespace:content
24 explicit GeolocationDispatcherHost(WebContents* web_contents);
25 virtual ~GeolocationDispatcherHost();
84 base::WeakPtrFactory<GeolocationDispatcherHost> weak_factory_;
86 DISALLOW_COPY_AND_ASSIGN(GeolocationDispatcherHost);
H A Dgeolocation_dispatcher_host.cc69 GeolocationDispatcherHost::PendingPermission::PendingPermission(
78 GeolocationDispatcherHost::PendingPermission::~PendingPermission() {
81 GeolocationDispatcherHost::GeolocationDispatcherHost( function in class:content::GeolocationDispatcherHost
91 GeolocationDispatcherHost::~GeolocationDispatcherHost() {
94 void GeolocationDispatcherHost::RenderFrameDeleted(
99 void GeolocationDispatcherHost::RenderViewHostChanged(
107 bool GeolocationDispatcherHost::OnMessageReceived(
110 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(GeolocationDispatcherHost, ms
[all...]

Completed in 311 milliseconds