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

/external/webkit/Source/WebCore/storage/
H A DSQLTransaction.cpp139 else if (step == &SQLTransaction::deliverQuotaIncreaseCallback)
140 return "deliverQuotaIncreaseCallback";
208 m_nextStep == &SQLTransaction::deliverQuotaIncreaseCallback ||
390 m_nextStep = &SQLTransaction::deliverQuotaIncreaseCallback;
391 LOG(StorageAPI, "Scheduling deliverQuotaIncreaseCallback for transaction %p\n", this);
434 void SQLTransaction::deliverQuotaIncreaseCallback() function in class:WebCore::SQLTransaction

Completed in 80 milliseconds