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

/external/webkit/Source/WebCore/storage/
H A DStorageTracker.h95 // Guard for m_database, m_storageDirectoryPath and static Strings in syncFileSystemAndTrackerDatabase().
98 String m_storageDirectoryPath; member in class:WebCore::StorageTracker
H A DStorageTracker.cpp90 m_storageDirectoryPath = path.threadsafeCopy();
96 return SQLiteFileSystem::appendDatabaseFileNameToPath(m_storageDirectoryPath, "StorageTracker.db");
204 paths = listDirectory(m_storageDirectoryPath, fileMatchPattern);
397 SQLiteFileSystem::deleteEmptyDatabaseDirectory(m_storageDirectoryPath);
496 SQLiteFileSystem::deleteEmptyDatabaseDirectory(m_storageDirectoryPath);

Completed in 60 milliseconds