Searched refs:creationCallback (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | DatabaseSync.cpp | 50 … 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()
|
D | Database.cpp | 67 …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/ |
D | WorkerContext.cpp | 293 …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()
|
D | WorkerContext.h | 115 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod… 116 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod…
|
D | WorkerContext.idl | 53 …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/ |
D | DOMWindow.h | 368 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod…
|
D | DOMWindow.cpp | 1360 …playName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCod… in openDatabase() argument 1364 …openDatabase(m_frame->document(), name, version, displayName, estimatedSize, creationCallback, ec); in openDatabase()
|
D | DOMWindow.idl | 168 …layName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
|