OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transactionError
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
AbstractSQLTransactionBackend.h
46
virtual PassRefPtr<SQLError>
transactionError
() = 0;
SQLTransactionBackend.h
79
virtual PassRefPtr<SQLError>
transactionError
() OVERRIDE;
SQLTransaction.cpp
169
// Hence, it's thread safe to fetch the backend
transactionError
without
172
m_transactionError = m_backend->
transactionError
();
SQLTransactionBackend.cpp
434
PassRefPtr<SQLError> SQLTransactionBackend::
transactionError
()
[
all
...]
Completed in 234 milliseconds