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

  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 27 #include "web/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 FINAL : public WebCore::GeolocationClient {
42 GeolocationClientProxy(WebGeolocationClient* client);
43 virtual ~GeolocationClientProxy();
WebLocalFrameImpl.h 61 class GeolocationClientProxy;
359 OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
blink_web.target.darwin-arm.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.darwin-arm64.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.darwin-mips.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.darwin-x86.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.darwin-x86_64.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.linux-arm.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.linux-arm64.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.linux-mips.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.linux-x86.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
blink_web.target.linux-x86_64.mk 109 third_party/WebKit/Source/web/GeolocationClientProxy.cpp \
WebLocalFrameImpl.cpp 184 #include "web/GeolocationClientProxy.h"
516 // GeolocationClientProxy is on-heap it looks like we can completely remove
    [all...]

Completed in 593 milliseconds