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

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteFileSystem.h 45 class SQLiteFileSystem {
112 SQLiteFileSystem();
113 }; // class SQLiteFileSystem
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 32 #include "core/platform/sql/SQLiteFileSystem.h"
38 // SQLiteFileSystem::registerSQLiteVFS() is implemented in the
42 SQLiteFileSystem::SQLiteFileSystem()
46 int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase)
54 String SQLiteFileSystem::getFileNameForNewDatabase(
62 String SQLiteFileSystem::appendDatabaseFileNameToPath(const String&, const String& fileName)
69 bool SQLiteFileSystem::ensureDatabaseDirectoryExists(const String&)
76 bool SQLiteFileSystem::ensureDatabaseFileExists(const String&, bool)
83 bool SQLiteFileSystem::deleteEmptyDatabaseDirectory(const String&
    [all...]

Completed in 79 milliseconds