Searched refs:openDatabase (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DWindowWebDatabase.idl30 [EnabledAtRuntime=database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
H A DDOMWindowWebDatabase.cpp44 PassRefPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow* window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState& es) function in class:WebCore::DOMWindowWebDatabase
53 database = dbManager.openDatabase(window->document(), name, version, displayName, estimatedSize, creationCallback, error);
H A DWorkerGlobalScopeWebDatabase.idl28 [EnabledAtRuntime=database, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
H A DDOMWindowWebDatabase.h45 static PassRefPtr<Database> openDatabase(DOMWindow*, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState&);
H A DAbstractDatabaseServer.h46 virtual PassRefPtr<DatabaseBackendBase> openDatabase(RefPtr<DatabaseBackendContext>&, DatabaseType,
H A DWorkerGlobalScopeWebDatabase.h45 static PassRefPtr<Database> openDatabase(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState&);
H A DWorkerGlobalScopeWebDatabase.cpp44 PassRefPtr<Database> WorkerGlobalScopeWebDatabase::openDatabase(WorkerGlobalScope* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState& es) function in class:WebCore::WorkerGlobalScopeWebDatabase
50 database = dbManager.openDatabase(context, name, version, displayName, estimatedSize, creationCallback, error);
H A DDatabaseServer.h40 virtual PassRefPtr<DatabaseBackendBase> openDatabase(RefPtr<DatabaseBackendContext>&, DatabaseType,
H A DDatabaseManager.h75 PassRefPtr<Database> openDatabase(ScriptExecutionContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback>, DatabaseError&);
H A DDatabaseServer.cpp54 PassRefPtr<DatabaseBackendBase> DatabaseServer::openDatabase(RefPtr<DatabaseBackendContext>& backendContext, function in class:WebCore::DatabaseServer
H A DDatabaseManager.cpp193 RefPtr<DatabaseBackendBase> backend = m_server->openDatabase(backendContext, type, name, expectedVersion,
219 PassRefPtr<Database> DatabaseManager::openDatabase(ScriptExecutionContext* context, function in class:WebCore::DatabaseManager
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteFileSystem.h58 static int openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase);
H A DSQLiteDatabase.cpp74 m_openError = SQLiteFileSystem::openDatabase(filename, &m_db, forWebSQLDatabase);
/external/chromium_org/tools/page_cycler/database/
H A Dcommon.js80 if (window.openDatabase) {
81 return window.openDatabase(name, '1.0', 'Test database.',
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteOpenHelper.java40 database = SQLiteDatabase.openDatabase("path", null, 0);
51 database = SQLiteDatabase.openDatabase("path", null, 0);
H A DShadowSQLiteDatabase.java66 public static SQLiteDatabase openDatabase(String path, SQLiteDatabase.CursorFactory factory, int flags) { method in class:ShadowSQLiteDatabase
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/chromium/
H A DSQLiteFileSystemChromium.cpp46 int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase) function in class:WebCore::SQLiteFileSystem
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSQLiteStatementTest.java25 database = SQLiteDatabase.openDatabase("path", null, 0);
H A DDatabaseTestBase.java29 database = SQLiteDatabase.openDatabase("path", null, 0);
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c1793 static int openDatabase( function
2052 return openDatabase(zFilename, ppDb,
2061 return openDatabase(filename, ppDb, flags, zVfs);
2087 rc = openDatabase(zFilename8, ppDb,
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c109245 static int openDatabase( function
[all...]

Completed in 418 milliseconds