HomeSort by relevance Sort by last modified time
    Searched refs:deliverQuotaIncreaseCallback (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/storage/
SQLTransaction.cpp 139 else if (step == &SQLTransaction::deliverQuotaIncreaseCallback)
140 return "deliverQuotaIncreaseCallback";
199 m_nextStep == &SQLTransaction::deliverQuotaIncreaseCallback ||
382 m_nextStep = &SQLTransaction::deliverQuotaIncreaseCallback;
383 LOG(StorageAPI, "Scheduling deliverQuotaIncreaseCallback for transaction %p\n", this);
426 void SQLTransaction::deliverQuotaIncreaseCallback()
SQLTransaction.h 105 void deliverQuotaIncreaseCallback();

Completed in 29 milliseconds