Searched refs:clearWatch (Results 1 – 10 of 10) sorted by relevance
11 navigator.geolocation.clearWatch(0);
14 navigator.geolocation.clearWatch(watchId);
32 navigator.geolocation.clearWatch(watchId);
33 void clearWatch(in long watchId);
66 void clearWatch(int watchId);
417 void Geolocation::clearWatch(int watchId) in clearWatch() function in WebCore::Geolocation769 void Geolocation::clearWatch(int) {} in clearWatch() function in WebCore::Geolocation
13150 fixing build break due to clearWatch() when Geolocation feature is13158 (WebCore::Geolocation::clearWatch):
73673 (WebCore::Geolocation::clearWatch): now uses Geolocation::hasListeners()75090 (WebCore::Geolocation::clearWatch):75541 (WebCore::Geolocation::clearWatch):
43160 (WebCore::Geolocation::clearWatch):76634 Geolocation clearWatch() needs to protect against invalid IDs76637 If the ID passed to clearWatch() is invalid, we early-out.76645 (WebCore::Geolocation::clearWatch):
21648 (WebCore::Geolocation::clearWatch):25127 out. If the request is a watch, and is cleared by a call to clearWatch in the