Home
last modified time | relevance | path

Searched refs:maximumAge (Results 1 – 11 of 11) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/
Dargument-types-expected.txt61 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:undefined}) did…
62 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:null}) did not …
63 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:{}}) did not th…
64 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:objectThrowingE…
65 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:emptyFunction})…
66 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:true}) did not …
67 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:42}) did not th…
68 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:Infinity}) did …
69 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:-Infinity}) did…
70 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {maximumAge:"string"}) did …
Dtimeout-zero-expected.txt1 Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately w…
Dmaximum-age-expected.txt1 Tests that the PositionOptions.maximumAge parameter is correctly applied.
/external/webkit/Source/WebCore/platform/android/
DGeolocationServiceAndroid.cpp200 DOMTimeStamp maximumAge = convertSecondsToDOMTimeStamp(10 * 60); // 10 minutes in isPositionMoreTimely() local
201 return currentTime - position1->timestamp() > maximumAge; in isPositionMoreTimely()
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dnotimer-after-unload.js13 {timeout: 0, maximumAge:0} property
Dmaximum-age.js68 }, {maximumAge: 1000}); property
/external/webkit/Source/WebCore/page/
DPositionOptions.h53 int maximumAge() const in maximumAge() function
DGeolocation.cpp411 if (!options->maximumAge()) in haveSuitableCachedPosition()
414 … return m_positionCache.cachedPosition()->timestamp() > currentTimeMillis - options->maximumAge(); in haveSuitableCachedPosition()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2437112 Implements Geolocation maximumAge property
44478 This is required to fully implement the Geolocation maximumAge property.
44481 No new tests, will add tests for maximumAge once complete.
DChangeLog-2010-01-2957500 …(WebCore::createPositionOptions): Modified. If timeout or maximumAge is positive infinity, applies…
57503 (WebCore::PositionOptions::maximumAge): Modified. Asserts that the object has a maximum age.
71695 (WebCore::PositionOptions::maximumAge): Modified. Uses correct type.
DChangeLog-2009-06-1630552 (WebCore::PositionOptions::maximumAge):