Searched refs:GeolocationClientProxy (Results 1 – 6 of 6) sorted by relevance
38 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client) in GeolocationClientProxy() function in WebKit::GeolocationClientProxy43 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()
40 class GeolocationClientProxy : public WebCore::GeolocationClient {42 GeolocationClientProxy(WebGeolocationClient* client);43 ~GeolocationClientProxy();
76 class GeolocationClientProxy; variable541 OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
332 , m_geolocationClientProxy(new GeolocationClientProxy(client ? client->geolocationClient() : 0)) in WebViewImpl()
352 'src/GeolocationClientProxy.cpp',353 'src/GeolocationClientProxy.h',
3037 * 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 …]