OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wasRolledBackBySqlite
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteTransaction.h
48
bool
wasRolledBackBySqlite
() const;
SQLiteTransaction.cpp
96
bool SQLiteTransaction::
wasRolledBackBySqlite
() const
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp
637
if (m_shouldRetryCurrentStatement && !m_sqliteTransaction->
wasRolledBackBySqlite
()) {
[
all
...]
SQLTransactionBackendSync.cpp
109
if (m_sqliteTransaction->
wasRolledBackBySqlite
())
Completed in 96 milliseconds