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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionBackend.cpp243 // doCleanup() to nullify m_frontend. This is done at the end of the transaction's
288 // doCleanup(). doCleanup() is where we nullify SQLTransactionBackend::m_frontend
295 // In terms of who needs to call doCleanup(), there are 5 phases in the
338 // - state CleanupAndTerminate calls doCleanup().
387 void SQLTransactionBackend::doCleanup() function in class:WebCore::SQLTransactionBackend
520 doCleanup();
541 // DB thread. Amongst other work, doCleanup() will clear m_sqliteTransaction
544 doCleanup();
773 doCleanup();
[all...]
/external/lldb/test/
H A Dlldbtest.py54 # By default, doCleanup is True.
56 doCleanup = False variable
58 doCleanup = True variable
784 if doCleanup and not lldb.skip_build_and_cleanup:
1097 if doCleanup and self.doTearDownCleanup:
1101 if doCleanup and self.doTearDownCleanups:

Completed in 81 milliseconds