OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nameForSQLTransactionState
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionStateMachine.cpp
35
const char*
nameForSQLTransactionState
(SQLTransactionState state)
SQLTransactionStateMachine.h
63
extern const char*
nameForSQLTransactionState
(SQLTransactionState);
SQLTransaction.cpp
122
LOG(StorageAPI, "Scheduling %s for transaction %p\n",
nameForSQLTransactionState
(nextState), this);
284
LOG(StorageAPI, "Callback %s\n",
nameForSQLTransactionState
(m_nextState));
SQLTransactionBackend.cpp
488
LOG(StorageAPI, "State %s\n",
nameForSQLTransactionState
(m_nextState));
[
all
...]
Completed in 52 milliseconds