DatabaseCreationCallbackTask 77 Source/modules/webdatabase/DatabaseManager.cpp static PassOwnPtr<DatabaseCreationCallbackTask> create(PassRefPtrWillBeRawPtr<Database> database, PassOwnPtr<DatabaseCallback> creationCallback) DatabaseCreationCallbackTask 79 Source/modules/webdatabase/DatabaseManager.cpp return adoptPtr(new DatabaseCreationCallbackTask(database, creationCallback)); DatabaseCreationCallbackTask 88 Source/modules/webdatabase/DatabaseManager.cpp DatabaseCreationCallbackTask(PassRefPtrWillBeRawPtr<Database> database, PassOwnPtr<DatabaseCallback> callback) DatabaseCreationCallbackTask 235 Source/modules/webdatabase/DatabaseManager.cpp database->executionContext()->postTask(DatabaseCreationCallbackTask::create(database, creationCallback));