OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationDispatcherHost
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/geolocation/
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
...]
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
);
/external/chromium_org/content/browser/web_contents/
web_contents_impl.h
54
class
GeolocationDispatcherHost
;
176
GeolocationDispatcherHost
* geolocation_dispatcher_host() {
[
all
...]
web_contents_impl.cc
[
all
...]
Completed in 488 milliseconds