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

/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp88 bool IDBTransactionBackendImpl::scheduleTask(PassOwnPtr<ScriptExecutionContext::Task> task, PassOwnPtr<ScriptExecutionContext::Task> abortTask) argument
94 if (abortTask)
95 m_abortTaskQueue.prepend(abortTask);

Completed in 79 milliseconds