Searched defs:GeolocationPositionCache (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
H A DGeolocationPositionCache.h38 class GeolocationPositionCache { class in namespace:WebCore
40 GeolocationPositionCache();
41 ~GeolocationPositionCache();
H A DGeolocationPositionCache.cpp27 #include "GeolocationPositionCache.h"
41 int GeolocationPositionCache::s_instances = 0;
42 RefPtr<Geoposition>* GeolocationPositionCache::s_cachedPosition;
43 String* GeolocationPositionCache::s_databaseFile = 0;
45 GeolocationPositionCache::GeolocationPositionCache() function in class:WebCore::GeolocationPositionCache
53 GeolocationPositionCache::~GeolocationPositionCache()
62 void GeolocationPositionCache::setCachedPosition(Geoposition* cachedPosition)
67 Geoposition* GeolocationPositionCache
[all...]

Completed in 40 milliseconds