Home
last modified time | relevance | path

Searched refs:m_storageDirectoryPath (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
DStorageTracker.cpp90 m_storageDirectoryPath = path.threadsafeCopy(); in setStorageDirectoryPath()
96 …return SQLiteFileSystem::appendDatabaseFileNameToPath(m_storageDirectoryPath, "StorageTracker.db"); in trackerDatabasePath()
204 paths = listDirectory(m_storageDirectoryPath, fileMatchPattern); in syncFileSystemAndTrackerDatabase()
397 SQLiteFileSystem::deleteEmptyDatabaseDirectory(m_storageDirectoryPath); in syncDeleteAllOrigins()
496 SQLiteFileSystem::deleteEmptyDatabaseDirectory(m_storageDirectoryPath); in syncDeleteOrigin()
DStorageTracker.h98 String m_storageDirectoryPath; variable