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

  /external/webkit/Source/WebCore/page/
GeolocationPositionCache.h 53 void setCachedPosition(Geoposition*);
Geolocation.h 145 void setCachedPosition(Geoposition* cachedPosition) { m_cache->setCachedPosition(cachedPosition); }
GeolocationPositionCache.cpp 97 void GeolocationPositionCache::setCachedPosition(Geoposition* cachedPosition)
Geolocation.cpp 626 m_positionCache.setCachedPosition(lastPosition());

Completed in 4468 milliseconds