Home
last modified time | relevance | path

Searched refs:appendDatabaseFileNameToPath (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
DSQLiteFileSystem.h73 static String appendDatabaseFileNameToPath(const String& path, const String& fileName);
DSQLiteFileSystem.cpp86 String SQLiteFileSystem::appendDatabaseFileNameToPath(const String& path, const String& fileName) in appendDatabaseFileNameToPath() function in WebCore::SQLiteFileSystem
/external/webkit/Source/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromium.cpp65 String SQLiteFileSystem::appendDatabaseFileNameToPath(const String&, const String& fileName) in appendDatabaseFileNameToPath() function in WebCore::SQLiteFileSystem
/external/webkit/Source/WebCore/storage/
DDatabaseTracker.cpp105 return SQLiteFileSystem::appendDatabaseFileNameToPath(m_databaseDirectoryPath, "Databases.db"); in trackerDatabasePath()
270 …return SQLiteFileSystem::appendDatabaseFileNameToPath(m_databaseDirectoryPath.threadsafeCopy(), or… in originPath()
303 … return SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, statement.getColumnText(0)); in fullPathForDatabaseNoLock()
319 String fullFilePath = SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, fileName); in fullPathForDatabaseNoLock()
DStorageTracker.cpp96 …return SQLiteFileSystem::appendDatabaseFileNameToPath(m_storageDirectoryPath, "StorageTracker.db"); in trackerDatabasePath()
/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp85 String newFile = SQLiteFileSystem::appendDatabaseFileNameToPath(path, databaseName); in setDatabasePath()
/external/webkit/Source/WebKit/android/jni/
DWebSettings.cpp492 … String filename = SQLiteFileSystem::appendDatabaseFileNameToPath(path, "Databases.db"); in Sync()
527 … String filename = SQLiteFileSystem::appendDatabaseFileNameToPath(path, "CachedGeoposition.db"); in Sync()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationPermissions.cpp404 String filename = SQLiteFileSystem::appendDatabaseFileNameToPath(s_databasePath, databaseName); in openDatabase()