Home
last modified time | relevance | path

Searched refs:originPath (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
DDatabaseTracker.cpp268 String DatabaseTracker::originPath(SecurityOrigin* origin) const in originPath() function in WebCore::DatabaseTracker
283 String originPath = this->originPath(origin); in fullPathForDatabaseNoLock() local
286 if (createIfNotExists && !SQLiteFileSystem::ensureDatabaseDirectoryExists(originPath)) in fullPathForDatabaseNoLock()
303 … return SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, statement.getColumnText(0)); in fullPathForDatabaseNoLock()
313 …String fileName = SQLiteFileSystem::getFileNameForNewDatabase(originPath, name, originIdentifier, … in fullPathForDatabaseNoLock()
319 String fullFilePath = SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, fileName); in fullPathForDatabaseNoLock()
805 SQLiteFileSystem::deleteEmptyDatabaseDirectory(originPath(origin)); in deleteOrigin()
DDatabaseTracker.h130 String originPath(SecurityOrigin*) const;
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1026211 (WebCore::DatabaseTracker::originPath):
56295 (WebCore::DatabaseTracker::originPath): Added.
56334 originPath helper functions. Added a boolean parameter to openTrackerDatabase
DChangeLog-2010-05-2433297 (WebCore::DatabaseTracker::originPath):
DChangeLog-2010-01-2991092 … (WebCore::DatabaseTracker::originPath): DB file-related operations moved to SQLiteFileSystem.