OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendDatabaseFileNameToPath
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.h
73
static String
appendDatabaseFileNameToPath
(const String& path, const String& fileName);
SQLiteFileSystem.cpp
86
String SQLiteFileSystem::
appendDatabaseFileNameToPath
(const String& path, const String& fileName)
/external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp
65
String SQLiteFileSystem::
appendDatabaseFileNameToPath
(const String&, const String& fileName)
/external/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp
85
String newFile = SQLiteFileSystem::
appendDatabaseFileNameToPath
(path, databaseName);
/external/webkit/Source/WebCore/storage/
DatabaseTracker.cpp
105
return SQLiteFileSystem::
appendDatabaseFileNameToPath
(m_databaseDirectoryPath, "Databases.db");
270
return SQLiteFileSystem::
appendDatabaseFileNameToPath
(m_databaseDirectoryPath.threadsafeCopy(), origin->databaseIdentifier());
303
return SQLiteFileSystem::
appendDatabaseFileNameToPath
(originPath, statement.getColumnText(0));
319
String fullFilePath = SQLiteFileSystem::
appendDatabaseFileNameToPath
(originPath, fileName);
[
all
...]
StorageTracker.cpp
96
return SQLiteFileSystem::
appendDatabaseFileNameToPath
(m_storageDirectoryPath, "StorageTracker.db");
/external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp
403
String filename = SQLiteFileSystem::
appendDatabaseFileNameToPath
(s_databasePath, databaseName);
/external/webkit/Source/WebKit/android/jni/
WebSettings.cpp
531
String filename = SQLiteFileSystem::
appendDatabaseFileNameToPath
(path, "Databases.db");
566
String filename = SQLiteFileSystem::
appendDatabaseFileNameToPath
(path, "CachedGeoposition.db");
Completed in 704 milliseconds