HomeSort by relevance Sort by last modified time
    Searched refs:originPath (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/storage/
DatabaseTracker.cpp 194 String DatabaseTracker::originPath(SecurityOrigin* origin) const
208 String originPath = this->originPath(origin);
211 if (createIfNotExists && !SQLiteFileSystem::ensureDatabaseDirectoryExists(originPath))
229 return SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, statement.getColumnText(0));
239 String fileName = SQLiteFileSystem::getFileNameForNewDatabase(originPath, name, origin->databaseIdentifier(), &m_database);
245 String fullFilePath = SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, fileName);
663 SQLiteFileSystem::deleteEmptyDatabaseDirectory(originPath(origin));
DatabaseTracker.h 120 String originPath(SecurityOrigin*) const;

Completed in 1533 milliseconds