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

/external/webkit/Source/WebCore/storage/
H A DDatabase.cpp65 class DatabaseCreationCallbackTask : public ScriptExecutionContext::Task { class in namespace:WebCore
67 static PassOwnPtr<DatabaseCreationCallbackTask> create(PassRefPtr<Database> database, PassRefPtr<DatabaseCallback> creationCallback)
69 return adoptPtr(new DatabaseCreationCallbackTask(database, creationCallback));
78 DatabaseCreationCallbackTask(PassRefPtr<Database> database, PassRefPtr<DatabaseCallback> callback) function in class:WebCore::DatabaseCreationCallbackTask
118 LOG(StorageAPI, "Scheduling DatabaseCreationCallbackTask for database %p\n", database.get());
119 database->m_scriptExecutionContext->postTask(DatabaseCreationCallbackTask::create(database, creationCallback));

Completed in 58 milliseconds