Home
last modified time | relevance | path

Searched refs:creationCallback (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/storage/
DDatabaseSync.cpp50 … unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) in openDatabaseSync() argument
61 if (!database->performOpenAndVerify(!creationCallback, ec)) { in openDatabaseSync()
69 if (database->isNew() && creationCallback.get()) { in openDatabaseSync()
72 creationCallback->handleEvent(database.get()); in openDatabaseSync()
DDatabase.cpp67 …nCallbackTask> create(PassRefPtr<Database> database, PassRefPtr<DatabaseCallback> creationCallback) in create() argument
69 return adoptPtr(new DatabaseCreationCallbackTask(database, creationCallback)); in create()
90 … unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, in openDatabase() argument
100 if (!database->openAndVerifyVersion(!creationCallback, e)) { in openDatabase()
116 if (database->isNew() && creationCallback.get()) { in openDatabase()
119 …scriptExecutionContext->postTask(DatabaseCreationCallbackTask::create(database, creationCallback)); in openDatabase()
/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp293 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod… in openDatabase() argument
300 …return Database::openDatabase(this, name, version, displayName, estimatedSize, creationCallback, e… in openDatabase()
312 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod… in openDatabaseSync() argument
319 …abaseSync::openDatabaseSync(this, name, version, displayName, estimatedSize, creationCallback, ec); in openDatabaseSync()
DWorkerContext.h115 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod…
116 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod…
DWorkerContext.idl53 …layName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
55 …layName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
/external/webkit/Source/WebCore/page/
DDOMWindow.h368 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod…
DDOMWindow.cpp1360 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod… in openDatabase() argument
1364 …openDatabase(m_frame->document(), name, version, displayName, estimatedSize, creationCallback, ec); in openDatabase()
DDOMWindow.idl168 …layName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)