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/webkit/Source/WebCore/storage/
SQLTransaction.h
122
bool
m_shouldRetryCurrentStatement
;
SQLTransaction.cpp
77
,
m_shouldRetryCurrentStatement
(false)
325
if (
m_shouldRetryCurrentStatement
&& !m_sqliteTransaction->wasRolledBackBySqlite()) {
326
m_shouldRetryCurrentStatement
= false;
331
//
m_shouldRetryCurrentStatement
is set to true only when a statement exceeds
437
ASSERT(!
m_shouldRetryCurrentStatement
);
439
m_shouldRetryCurrentStatement
= m_database->transactionClient()->didExceedQuota(database());
Completed in 14 milliseconds