Home
last modified time | relevance | path

Searched refs:doCleanup (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransactionBackend.cpp385 void SQLTransactionBackend::doCleanup() in doCleanup() function in blink::SQLTransactionBackend
518 doCleanup(); in computeNextStateAndCleanupIfNeeded()
542 doCleanup(); in notifyDatabaseThreadIsShuttingDown()
771 doCleanup(); in cleanupAndTerminate()
DSQLTransactionBackend.h86 void doCleanup();
/external/lldb/test/
Dlldbtest.py56 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: