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

  /external/webkit/WebCore/page/
GeolocationPositionCache.h 38 class GeolocationPositionCache {
40 GeolocationPositionCache();
41 ~GeolocationPositionCache();
GeolocationPositionCache.cpp 27 #include "GeolocationPositionCache.h"
41 int GeolocationPositionCache::s_instances = 0;
42 RefPtr<Geoposition>* GeolocationPositionCache::s_cachedPosition;
43 String* GeolocationPositionCache::s_databaseFile = 0;
45 GeolocationPositionCache::GeolocationPositionCache()
53 GeolocationPositionCache::~GeolocationPositionCache()
62 void GeolocationPositionCache::setCachedPosition(Geoposition* cachedPosition)
67 Geoposition* GeolocationPositionCache::cachedPosition(
    [all...]
Geolocation.h 33 #include "GeolocationPositionCache.h"
196 OwnPtr<GeolocationPositionCache> m_positionCache;
Geolocation.cpp 221 , m_positionCache(new GeolocationPositionCache)
  /external/webkit/WebKit/android/jni/
WebSettings.cpp 39 #include "GeolocationPositionCache.h"
384 WebCore::GeolocationPositionCache::setDatabasePath(to_string(env,str));
  /external/webkit/WebCore/
Android.mk 345 page/GeolocationPositionCache.cpp \

Completed in 1058 milliseconds