Home
last modified time | relevance | path

Searched refs:GeolocationClientProxy (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DGeolocationClientProxy.cpp38 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client) in GeolocationClientProxy() function in WebKit::GeolocationClientProxy
43 GeolocationClientProxy::~GeolocationClientProxy() in ~GeolocationClientProxy()
47 void GeolocationClientProxy::setController(WebCore::GeolocationController* controller) in setController()
56 void GeolocationClientProxy::geolocationDestroyed() in geolocationDestroyed()
62 void GeolocationClientProxy::startUpdating() in startUpdating()
67 void GeolocationClientProxy::stopUpdating() in stopUpdating()
72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) in setEnableHighAccuracy()
77 WebCore::GeolocationPosition* GeolocationClientProxy::lastPosition() in lastPosition()
88 void GeolocationClientProxy::requestPermission(WebCore::Geolocation* geolocation) in requestPermission()
93 void GeolocationClientProxy::cancelPermissionRequest(WebCore::Geolocation* geolocation) in cancelPermissionRequest()
DGeolocationClientProxy.h40 class GeolocationClientProxy : public WebCore::GeolocationClient {
42 GeolocationClientProxy(WebGeolocationClient* client);
43 ~GeolocationClientProxy();
DWebViewImpl.h76 class GeolocationClientProxy; variable
541 OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
DWebViewImpl.cpp332 , m_geolocationClientProxy(new GeolocationClientProxy(client ? client->geolocationClient() : 0)) in WebViewImpl()
/external/webkit/Source/WebKit/chromium/
DWebKit.gyp352 'src/GeolocationClientProxy.cpp',
353 'src/GeolocationClientProxy.h',
DChangeLog-2011-02-163037 * src/GeolocationClientProxy.cpp:
3038 (WebKit::GeolocationClientProxy::geolocationDestroyed):
3361 * src/GeolocationClientProxy.cpp: Added.
3362 (WebKit::GeolocationClientProxy::GeolocationClientProxy):
3363 (WebKit::GeolocationClientProxy::~GeolocationClientProxy):
3364 (WebKit::GeolocationClientProxy::setController):
3365 (WebKit::GeolocationClientProxy::geolocationDestroyed):
3366 (WebKit::GeolocationClientProxy::startUpdating):
3367 (WebKit::GeolocationClientProxy::stopUpdating):
3368 (WebKit::GeolocationClientProxy::setEnableHighAccuracy):
[all …]