OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doCleanup
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp
242
//
doCleanup
() to nullify m_frontend. This is done at the end of the transaction's
287
//
doCleanup
().
doCleanup
() is where we nullify SQLTransactionBackend::m_frontend
294
// In terms of who needs to call
doCleanup
(), there are 5 phases in the
337
// - state CleanupAndTerminate calls
doCleanup
().
385
void SQLTransactionBackend::
doCleanup
()
518
doCleanup
();
539
// DB thread. Amongst other work,
doCleanup
() will clear m_sqliteTransaction
542
doCleanup
();
[
all
...]
SQLTransactionBackend.h
86
void
doCleanup
();
111
RefPtrWillBeMember<SQLTransaction> m_frontend; // Has a reference cycle, and will break in
doCleanup
().
/external/lldb/test/
lldbtest.py
54
# By default,
doCleanup
is True.
56
doCleanup
= False
58
doCleanup
= True
784
if
doCleanup
and not lldb.skip_build_and_cleanup:
[
all
...]
Completed in 746 milliseconds