Searched defs:openDatabase (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromium.cpp47 int SQLiteFileSystem::openDatabase(const String& fileName, sqlite3** database, bool forWebSQLDatabase) function in class:WebCore::SQLiteFileSystem
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp53 int SQLiteFileSystem::openDatabase(const String& fileName, sqlite3** database, bool) function in class:WebCore::SQLiteFileSystem
/external/webkit/Source/WebCore/storage/
H A DDatabase.cpp88 PassRefPtr<Database> Database::openDatabase(ScriptExecutionContext* context, const String& name, function in class:WebCore::Database
H A DStorageAreaSync.cpp228 void StorageAreaSync::openDatabase(OpenDatabaseParamType openingStrategy) function in class:WebCore::StorageAreaSync
272 openDatabase(SkipIfNonExistent);
345 openDatabase(CreateIfNonExistent);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.cpp332 if (!openDatabase(&database))
364 if (!openDatabase(&database))
400 bool GeolocationPermissions::openDatabase(SQLiteDatabase* database) function in class:android::GeolocationPermissions
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp293 PassRefPtr<Database> WorkerContext::openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) function in class:WebCore::WorkerContext
300 return Database::openDatabase(this, name, version, displayName, estimatedSize, creationCallback, ec);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp101 openDatabase(false);
175 openDatabase(false);
485 openDatabase(false);
534 openDatabase(true);
592 void ApplicationCacheStorage::openDatabase(bool createIfDoesNotExist) function in class:WebCore::ApplicationCacheStorage
781 openDatabase(true);
783 // openDatabase(true) could still fail, for example when cacheStorage is full or no longer available.
905 openDatabase(true);
952 openDatabase(true);
1165 openDatabase(fals
[all...]
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1360 PassRefPtr<Database> DOMWindow::openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) function in class:WebCore::DOMWindow
1364 database = Database::openDatabase(m_frame->document(), name, version, displayName, estimatedSize, creationCallback, ec);
/external/webkit/Tools/CSSTestSuiteHarness/harness/
H A Dharness.js398 this.openDatabase();
1475 TestSuite.prototype.openDatabase = function()
1477 if (!'openDatabase' in window) {
1483 this.db = window.openDatabase('css21testsuite', '', 'CSS 2.1 test suite results', 10 * 1024 * 1024);
/external/sqlite/dist/orig/
H A Dsqlite3.c114517 static int openDatabase( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c114530 static int openDatabase( function
[all...]

Completed in 832 milliseconds