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

  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 27 #include "GeolocationClientProxy.h"
37 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client)
42 GeolocationClientProxy::~GeolocationClientProxy()
46 void GeolocationClientProxy::setController(WebCore::GeolocationController* controller)
55 void GeolocationClientProxy::geolocationDestroyed()
61 void GeolocationClientProxy::startUpdating()
66 void GeolocationClientProxy::stopUpdating()
71 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy
    [all...]
GeolocationClientProxy.h 40 class GeolocationClientProxy : public WebCore::GeolocationClient {
42 GeolocationClientProxy(WebGeolocationClient* client);
43 ~GeolocationClientProxy();
WebViewImpl.h 87 class GeolocationClientProxy;
800 OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
    [all...]
webkit.target.darwin-arm.mk 114 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
webkit.target.darwin-mips.mk 114 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
webkit.target.darwin-x86.mk 114 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
webkit.target.linux-arm.mk 114 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
webkit.target.linux-mips.mk 114 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
webkit.target.linux-x86.mk 114 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
WebViewImpl.cpp 40 #include "GeolocationClientProxy.h"
422 , m_geolocationClientProxy(adoptPtr(new GeolocationClientProxy(client ? client->geolocationClient() : 0)))
    [all...]

Completed in 158 milliseconds