OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_shouldRetryCurrentStatement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp
363
,
m_shouldRetryCurrentStatement
(false)
441
ASSERT(!
m_shouldRetryCurrentStatement
);
442
m_shouldRetryCurrentStatement
= shouldRetry;
637
if (
m_shouldRetryCurrentStatement
&& !m_sqliteTransaction->wasRolledBackBySqlite()) {
638
m_shouldRetryCurrentStatement
= false;
643
//
m_shouldRetryCurrentStatement
is set to true only when a statement exceeds
[
all
...]
SQLTransactionBackend.h
120
bool
m_shouldRetryCurrentStatement
;
Completed in 22 milliseconds