Searched refs:appendDatabaseFileNameToPath (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/sql/ |
D | SQLiteFileSystem.h | 73 static String appendDatabaseFileNameToPath(const String& path, const String& fileName);
|
D | SQLiteFileSystem.cpp | 86 String SQLiteFileSystem::appendDatabaseFileNameToPath(const String& path, const String& fileName) in appendDatabaseFileNameToPath() function in WebCore::SQLiteFileSystem
|
/external/webkit/Source/WebCore/platform/sql/chromium/ |
D | SQLiteFileSystemChromium.cpp | 65 String SQLiteFileSystem::appendDatabaseFileNameToPath(const String&, const String& fileName) in appendDatabaseFileNameToPath() function in WebCore::SQLiteFileSystem
|
/external/webkit/Source/WebCore/storage/ |
D | DatabaseTracker.cpp | 105 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()
|
D | StorageTracker.cpp | 96 …return SQLiteFileSystem::appendDatabaseFileNameToPath(m_storageDirectoryPath, "StorageTracker.db"); in trackerDatabasePath()
|
/external/webkit/Source/WebCore/page/ |
D | GeolocationPositionCache.cpp | 85 String newFile = SQLiteFileSystem::appendDatabaseFileNameToPath(path, databaseName); in setDatabasePath()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebSettings.cpp | 492 … 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/ |
D | GeolocationPermissions.cpp | 404 String filename = SQLiteFileSystem::appendDatabaseFileNameToPath(s_databasePath, databaseName); in openDatabase()
|