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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h 54 virtual void setGeolocationOverride(ErrorString*, const double*, const double*, const double*) OVERRIDE;
GeolocationInspectorAgent.cpp 53 void GeolocationInspectorAgent::setGeolocationOverride(ErrorString* error, const double* latitude, const double* longitude, const double* accuracy)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
OverridesSupport.js 654 GeolocationAgent.setGeolocationOverride();
656 GeolocationAgent.setGeolocationOverride(geolocation.latitude, geolocation.longitude, 150);

Completed in 55 milliseconds