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

/external/webkit/WebCore/page/
H A DGeolocationPositionCache.h45 static void setDatabasePath(const String&);
H A DGeolocationPositionCache.cpp72 void GeolocationPositionCache::setDatabasePath(const String& databasePath) function in class:WebCore::GeolocationPositionCache
/external/webkit/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.h111 static void setDatabasePath(WebCore::String path);
H A DGeolocationPermissions.cpp390 void GeolocationPermissions::setDatabasePath(String path) function in class:android::GeolocationPermissions
/external/webkit/WebKit/android/jni/
H A DWebSettings.cpp383 GeolocationPermissions::setDatabasePath(to_string(env,str));
384 WebCore::GeolocationPositionCache::setDatabasePath(to_string(env,str));

Completed in 31 milliseconds