OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deliverstatementcallback
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionStateMachine.cpp
58
case SQLTransactionState::
DeliverStatementCallback
:
59
return "
deliverStatementCallback
";
SQLTransactionState.h
44
DeliverStatementCallback
,
SQLTransaction.cpp
106
&SQLTransaction::
deliverStatementCallback
, // 10.
186
SQLTransactionState SQLTransaction::
deliverStatementCallback
()
280
|| m_nextState == SQLTransactionState::
DeliverStatementCallback
SQLTransaction.h
87
SQLTransactionState
deliverStatementCallback
();
SQLStatementBackend.cpp
58
// And we callback to the script in SQLTransaction::
deliverStatementCallback
() if
60
// - Inside SQLTransaction::
deliverStatementCallback
(), we operate on a raw SQLStatement*.
SQLTransactionBackend.cpp
77
// |--------' | | | `------------> 10.
DeliverStatementCallback
+-----' | |
128
// - if statementCallback is available, goto SQLTransactionState::
DeliverStatementCallback
.
131
// goto SQLTransactionState::
DeliverStatementCallback
, or
136
// 7. SQLTransactionState::
DeliverStatementCallback
(runs in frontend)
417
// frontend's
deliverStatementCallback
() state. Similarly,
458
&SQLTransactionBackend::sendToFrontendState, // 10.
deliverStatementCallback
[
all
...]
Completed in 24 milliseconds