OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:geolocationDestroyed
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h
41
virtual void
geolocationDestroyed
() = 0;
47
// The controller is valid until
geolocationDestroyed
() is invoked.
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h
38
virtual void
geolocationDestroyed
() = 0;
GeolocationController.cpp
98
m_client->
geolocationDestroyed
();
/external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp
55
void GeolocationClientProxy::
geolocationDestroyed
()
58
m_client->
geolocationDestroyed
();
GeolocationClientProxy.h
45
virtual void
geolocationDestroyed
() OVERRIDE;
/external/chromium_org/content/renderer/
geolocation_dispatcher.h
37
virtual void
geolocationDestroyed
();
55
// WebCore::GeolocationController.
geolocationDestroyed
() is
geolocation_dispatcher.cc
44
void GeolocationDispatcher::
geolocationDestroyed
() {
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h
58
virtual void
geolocationDestroyed
() OVERRIDE;
GeolocationClientMock.cpp
129
void GeolocationClientMock::
geolocationDestroyed
()
Completed in 476 milliseconds