OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearWatch
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebCore/page/
Geolocation.idl
35
void
clearWatch
(in long watchId);
Geolocation.h
77
void
clearWatch
(int watchId);
Geolocation.cpp
138
// could be deleted by a call to
clearWatch
in a callback.
401
void Geolocation::
clearWatch
(int watchId)
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-clear-watch.js
13
navigator.geolocation.
clearWatch
(watchId);
permission-denied-already-clear-watch.js
29
navigator.geolocation.
clearWatch
(watchId);
Completed in 252 milliseconds