Home
last modified time | relevance | path

Searched refs:m_positionCache (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp376 notifier->runSuccessCallback(m_positionCache.cachedPosition()); in makeCachedPositionCallbacks()
407 if (!m_positionCache.cachedPosition()) in haveSuitableCachedPosition()
414 … return m_positionCache.cachedPosition()->timestamp() > currentTimeMillis - options->maximumAge(); in haveSuitableCachedPosition()
626 m_positionCache.setCachedPosition(lastPosition()); in positionChangedInternal()
DGeolocation.h213 PositionCacheWrapper m_positionCache; variable