openDatabase       43 Source/modules/webdatabase/DOMWindowWebDatabase.cpp PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
openDatabase      215 Source/modules/webdatabase/DatabaseManager.cpp PassRefPtrWillBeRawPtr<Database> DatabaseManager::openDatabase(ExecutionContext* context,
openDatabase       53 Source/modules/webdatabase/DatabaseServer.cpp PassRefPtrWillBeRawPtr<DatabaseBackendBase> DatabaseServer::openDatabase(DatabaseContext* backendContext,
openDatabase       45 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp PassRefPtrWillBeRawPtr<Database> WorkerGlobalScopeWebDatabase::openDatabase(WorkerGlobalScope& context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
openDatabase       45 Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase)