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

  /external/webkit/WebCore/page/
PositionOptions.h 39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; }
  /external/webkit/WebCore/bindings/js/
JSGeolocationCustom.cpp 94 options->setEnableHighAccuracy(enableHighAccuracyValue.toBoolean(exec));
  /external/webkit/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 113 options->setEnableHighAccuracy(enableHighAccuracyBoolean->Value());

Completed in 70 milliseconds