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 20 // GeolocationDispatcherHost is an observer for Geolocation messages.
22 class GeolocationDispatcherHost : public WebContentsObserver {
24 explicit GeolocationDispatcherHost(WebContents* web_contents);
25 virtual ~GeolocationDispatcherHost();
84 base::WeakPtrFactory<GeolocationDispatcherHost> weak_factory_;
86 DISALLOW_COPY_AND_ASSIGN(GeolocationDispatcherHost);
geolocation_dispatcher_host.cc 69 GeolocationDispatcherHost::PendingPermission::PendingPermission(
78 GeolocationDispatcherHost::PendingPermission::~PendingPermission() {
81 GeolocationDispatcherHost::GeolocationDispatcherHost(
91 GeolocationDispatcherHost::~GeolocationDispatcherHost() {
94 void GeolocationDispatcherHost::RenderFrameDeleted(
99 void GeolocationDispatcherHost::RenderViewHostChanged(
107 bool GeolocationDispatcherHost::OnMessageReceived(
110 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(GeolocationDispatcherHost, msg
    [all...]

Completed in 47 milliseconds