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

/external/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.h45 class GeolocationPositionCache { class in namespace:WebCore
47 static GeolocationPositionCache* instance();
57 GeolocationPositionCache();
64 static void readFromDatabase(ScriptExecutionContext*, GeolocationPositionCache*);
67 static void writeToDatabase(ScriptExecutionContext*, GeolocationPositionCache*);
H A DGeolocationPositionCache.cpp27 #include "GeolocationPositionCache.h"
47 GeolocationPositionCache* GeolocationPositionCache::instance()
49 DEFINE_STATIC_LOCAL(GeolocationPositionCache*, instance, (0));
51 instance = new GeolocationPositionCache();
55 GeolocationPositionCache::GeolocationPositionCache() function in class:WebCore::GeolocationPositionCache
60 void GeolocationPositionCache::addUser()
73 void GeolocationPositionCache::removeUser()
82 void GeolocationPositionCache
[all...]

Completed in 50 milliseconds