OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeolocationClientProxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.h
40
class
GeolocationClientProxy
: public WebCore::GeolocationClient {
42
GeolocationClientProxy
(WebGeolocationClient* client);
43
~
GeolocationClientProxy
();
GeolocationClientProxy.cpp
27
#include "
GeolocationClientProxy
.h"
38
GeolocationClientProxy
::
GeolocationClientProxy
(WebGeolocationClient* client)
43
GeolocationClientProxy
::~
GeolocationClientProxy
()
47
void
GeolocationClientProxy
::setController(WebCore::GeolocationController* controller)
56
void
GeolocationClientProxy
::geolocationDestroyed()
62
void
GeolocationClientProxy
::startUpdating()
67
void
GeolocationClientProxy
::stopUpdating()
72
void
GeolocationClientProxy
::setEnableHighAccuracy(bool highAccuracy
[
all
...]
Completed in 628 milliseconds