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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp 244 // doCleanup() to nullify m_frontend. This is done at the end of the transaction's
289 // doCleanup(). doCleanup() is where we nullify SQLTransactionBackend::m_frontend
296 // In terms of who needs to call doCleanup(), there are 5 phases in the
339 // - state CleanupAndTerminate calls doCleanup().
379 void SQLTransactionBackend::doCleanup()
512 doCleanup();
539 // DB thread. Amongst other work, doCleanup() will clear m_sqliteTransaction
542 doCleanup();
    [all...]
SQLTransactionBackend.h 85 void doCleanup();
110 RefPtr<AbstractSQLTransaction> m_frontend; // Has a reference cycle, and will break in doCleanup().

Completed in 90 milliseconds