OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentStatement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/storage/
SQLTransaction.cpp
338
if (
m_currentStatement
&&
m_currentStatement
->lastExecutionFailedDueToQuota()) {
351
if (!
m_currentStatement
)
357
m_currentStatement
= 0;
361
m_currentStatement
= m_statementQueue.takeFirst();
367
if (!
m_currentStatement
)
372
if (
m_currentStatement
->execute(m_database.get())) {
380
if (
m_currentStatement
->hasStatementCallback()) {
389
if (
m_currentStatement
->lastExecutionFailedDueToQuota()) {
405
if (
m_currentStatement
->hasStatementErrorCallback() && !m_sqliteTransaction->wasRolledBackBySqlite())
[
all
...]
SQLTransaction.h
112
RefPtr<SQLStatement>
m_currentStatement
;
Completed in 17 milliseconds