OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doCleanup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp
243
//
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
().
373
void SQLTransactionBackend::
doCleanup
()
506
doCleanup
();
529
// DB thread. Amongst other work,
doCleanup
() will clear m_sqliteTransaction
532
doCleanup
();
[
all
...]
SQLTransactionBackend.h
85
void
doCleanup
();
110
RefPtr<AbstractSQLTransaction> m_frontend; // Has a reference cycle, and will break in
doCleanup
().
Completed in 28 milliseconds