Searched defs:nextState (Results 1 – 12 of 12) sorted by relevance
423 InternalState nextState = expectedNextState; in handleEnterState() local446 InternalState nextState = expectedNextState; in handleExitState() local599 InternalState nextState = state; in tagClose() local651 InternalState nextState = expectedNextState; in exitStateCdataMayClose() local
108 InternalState nextState = in parse() local196 protected void setNextState(InternalState nextState) throws ParseException { in setNextState()
109 InternalState nextState = expectedNextState; in handleEnterState() local181 InternalState nextState = state; in enterStateJsSlash() local
628 SQLTransactionState nextState; in runStatements() local812 void SQLTransactionBackend::requestTransitToState(SQLTransactionState nextState) in requestTransitToState()
130 void SQLTransaction::requestTransitToState(SQLTransactionState nextState) in requestTransitToState()161 SQLTransactionState nextState = SQLTransactionState::RunStatements; in deliverTransactionCallback() local
84 DFAState nextState = dfaStates.get(i + 1); in getEdgeLabels() local
63 le_uint8 nextState; member
384 ReadyState nextState = oldReadyState; in updateReadyState() local
714 #define HandleCharAndBreak(expected, nextState) \ in fromString() argument720 #define HandleTwoCharsAndBreak(expected1, expected2, nextState) \ in fromString() argument
523 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local600 int32_t min, max, entry, nextState; in getStateProp() local
521 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local598 int32_t min, max, entry, nextState; in getStateProp() local
1010 StateBase* nextState() { return m_next; } in nextState() function in WebCore::__anona12e75660111::Serializer::StateBase