Searched refs:maximumAge (Results 1 – 11 of 11) sorted by relevance
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | argument-types-expected.txt | 61 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 …
|
D | timeout-zero-expected.txt | 1 Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately w…
|
D | maximum-age-expected.txt | 1 Tests that the PositionOptions.maximumAge parameter is correctly applied.
|
/external/webkit/Source/WebCore/platform/android/ |
D | GeolocationServiceAndroid.cpp | 200 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/ |
D | notimer-after-unload.js | 13 {timeout: 0, maximumAge:0} property
|
D | maximum-age.js | 68 }, {maximumAge: 1000}); property
|
/external/webkit/Source/WebCore/page/ |
D | PositionOptions.h | 53 int maximumAge() const in maximumAge() function
|
D | Geolocation.cpp | 411 if (!options->maximumAge()) in haveSuitableCachedPosition() 414 … return m_positionCache.cachedPosition()->timestamp() > currentTimeMillis - options->maximumAge(); in haveSuitableCachedPosition()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 37112 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.
|
D | ChangeLog-2010-01-29 | 57500 …(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.
|
D | ChangeLog-2009-06-16 | 30552 (WebCore::PositionOptions::maximumAge):
|