OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_requestedState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionStateMachine.h
49
SQLTransactionState
m_requestedState
;
69
,
m_requestedState
(SQLTransactionState::Idle)
84
ASSERT(
m_requestedState
!= SQLTransactionState::Idle);
85
m_nextState =
m_requestedState
;
86
m_requestedState
= SQLTransactionState::Idle;
SQLTransactionBackend.cpp
365
m_requestedState
= SQLTransactionState::AcquireLock;
406
//
m_requestedState
, but we won't execute a transition to that state because
[
all
...]
SQLTransaction.cpp
119
// modify is
m_requestedState
which is meant for this purpose.
123
m_requestedState
= nextState;
Completed in 29 milliseconds