Searched refs:GeolocationPositionCache (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
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...]
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 DGeolocation.h30 #include "GeolocationPositionCache.h"
137 : m_cache(GeolocationPositionCache::instance())
148 GeolocationPositionCache* m_cache;
/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp44 #include "GeolocationPositionCache.h"
561 GeolocationPositionCache::instance()->setDatabasePath(path);
565 // GeolocationPositionCache.cpp.
/external/webkit/Source/WebCore/
H A DAndroid.mk500 page/GeolocationPositionCache.cpp \

Completed in 337 milliseconds