openDatabase 45 Source/modules/webdatabase/AbstractDatabaseServer.h virtual PassRefPtrWillBeRawPtr<DatabaseBackendBase> openDatabase(DatabaseContext*, DatabaseType, openDatabase 53 Source/modules/webdatabase/DOMWindowWebDatabase.cpp database = dbManager.openDatabase(window.document(), name, version, displayName, estimatedSize, creationCallback, error, errorMessage); openDatabase 46 Source/modules/webdatabase/DOMWindowWebDatabase.h static PassRefPtrWillBeRawPtr<Database> openDatabase(DOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&); openDatabase 191 Source/modules/webdatabase/DatabaseManager.cpp RefPtrWillBeRawPtr<DatabaseBackendBase> backend = m_server->openDatabase( openDatabase 73 Source/modules/webdatabase/DatabaseManager.h PassRefPtrWillBeRawPtr<Database> openDatabase(ExecutionContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback>, DatabaseError&, String& errorMessage); openDatabase 41 Source/modules/webdatabase/DatabaseServer.h virtual PassRefPtrWillBeRawPtr<DatabaseBackendBase> openDatabase(DatabaseContext*, DatabaseType, openDatabase 52 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp database = dbManager.openDatabase(&context, name, version, displayName, estimatedSize, creationCallback, error, errorMessage); openDatabase 46 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h static PassRefPtrWillBeRawPtr<Database> openDatabase(WorkerGlobalScope&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&); openDatabase 69 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp m_openError = SQLiteFileSystem::openDatabase(filename, &m_db, forWebSQLDatabase); openDatabase 58 Source/modules/webdatabase/sqlite/SQLiteFileSystem.h static int openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase);