OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearWatch
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/webkitsecurity/assets/
clear-watch-invalid-id-crash.js
1
description("Tests for a crash when
clearWatch
() is called with a zero ID.<br><br>We call
clearWatch
() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
11
navigator.geolocation.
clearWatch
(0);
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js
1
description("Tests for a crash when
clearWatch
() is called with a zero ID.<br><br>We call
clearWatch
() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
11
navigator.geolocation.
clearWatch
(0);
timeout-clear-watch.js
14
navigator.geolocation.
clearWatch
(watchId);
permission-denied-already-clear-watch.js
32
navigator.geolocation.
clearWatch
(watchId);
/external/webkit/Source/WebCore/page/
Geolocation.idl
33
void
clearWatch
(in long watchId);
Geolocation.h
66
void
clearWatch
(int watchId);
Geolocation.cpp
142
// could be deleted by a call to
clearWatch
in a callback.
417
void Geolocation::
clearWatch
(int watchId)
769
void Geolocation::
clearWatch
(int) {}
Completed in 1458 milliseconds