Home
last modified time | relevance | path

Searched refs:clearWatch (Results 1 – 10 of 10) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dclear-watch-invalid-id-crash.js11 navigator.geolocation.clearWatch(0);
Dtimeout-clear-watch.js14 navigator.geolocation.clearWatch(watchId);
Dpermission-denied-already-clear-watch.js32 navigator.geolocation.clearWatch(watchId);
/external/webkit/Source/WebCore/page/
DGeolocation.idl33 void clearWatch(in long watchId);
DGeolocation.h66 void clearWatch(int watchId);
DGeolocation.cpp417 void Geolocation::clearWatch(int watchId) in clearWatch() function in WebCore::Geolocation
769 void Geolocation::clearWatch(int) {} in clearWatch() function in WebCore::Geolocation
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413150 fixing build break due to clearWatch() when Geolocation feature is
13158 (WebCore::Geolocation::clearWatch):
DChangeLog-2009-06-1673673 (WebCore::Geolocation::clearWatch): now uses Geolocation::hasListeners()
75090 (WebCore::Geolocation::clearWatch):
75541 (WebCore::Geolocation::clearWatch):
DChangeLog-2010-12-0643160 (WebCore::Geolocation::clearWatch):
76634 Geolocation clearWatch() needs to protect against invalid IDs
76637 If the ID passed to clearWatch() is invalid, we early-out.
76645 (WebCore::Geolocation::clearWatch):
DChangeLog-2010-01-2921648 (WebCore::Geolocation::clearWatch):
25127 out. If the request is a watch, and is cleared by a call to clearWatch in the