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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.h 92 void openTransactionAndPreflight();
SQLTransaction.cpp 125 else if (step == &SQLTransaction::openTransactionAndPreflight)
126 return "openTransactionAndPreflight";
186 m_nextStep == &SQLTransaction::openTransactionAndPreflight ||
235 m_nextStep = &SQLTransaction::openTransactionAndPreflight;
236 LOG(StorageAPI, "Scheduling openTransactionAndPreflight immediately for transaction %p\n", this);
240 void SQLTransaction::openTransactionAndPreflight()
328 // See ::openTransactionAndPreflight() for discussion

Completed in 16 milliseconds