HomeSort by relevance Sort by last modified time
    Searched refs:m_positionCache (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/page/
Geolocation.cpp 221 , m_positionCache(new GeolocationPositionCache)
354 notifier->runSuccessCallback(m_positionCache->cachedPosition());
385 if (!m_positionCache->cachedPosition())
392 return m_positionCache->cachedPosition()->timestamp() > currentTimeMillis - options->maximumAge();
562 m_positionCache->setCachedPosition(m_currentPosition.get());
Geolocation.h 196 OwnPtr<GeolocationPositionCache> m_positionCache;

Completed in 527 milliseconds