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

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timeout-clear-watch.js 7 var watchId = navigator.geolocation.watchPosition(function() {
14 navigator.geolocation.clearWatch(watchId);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 178 int watchId = geolocation->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
179 return v8::Number::New(watchId);

Completed in 2075 milliseconds