HomeSort by relevance Sort by last modified time
    Searched refs:GeolocationClientProxy (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
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...]
GeolocationClientProxy.h 40 class GeolocationClientProxy : public WebCore::GeolocationClient {
42 GeolocationClientProxy(WebGeolocationClient* client);
43 ~GeolocationClientProxy();
WebViewImpl.h 76 class GeolocationClientProxy;
541 OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
WebViewImpl.cpp 61 #include "GeolocationClientProxy.h"
332 , m_geolocationClientProxy(new GeolocationClientProxy(client ? client->geolocationClient() : 0))
    [all...]

Completed in 235 milliseconds