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

  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 40 class GeolocationClientProxy : public WebCore::GeolocationClient {
42 GeolocationClientProxy(WebGeolocationClient* client);
43 ~GeolocationClientProxy();
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...]

Completed in 31 milliseconds