Home
last modified time | relevance | path

Searched refs:expectedNextState (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
DGenericParser.java226 InternalState expectedNextState, in handleEnterState() argument
228 return expectedNextState; in handleEnterState()
243 InternalState expectedNextState, in handleExitState() argument
245 return expectedNextState; in handleExitState()
DJavascriptParserImpl.java107 InternalState expectedNextState, in handleEnterState() argument
109 InternalState nextState = expectedNextState; in handleEnterState()
120 InternalState expectedNextState, in handleExitState() argument
123 return expectedNextState; in handleExitState()
DHtmlParserImpl.java421 InternalState expectedNextState, in handleEnterState() argument
423 InternalState nextState = expectedNextState; in handleEnterState()
444 InternalState expectedNextState, in handleExitState() argument
446 InternalState nextState = expectedNextState; in handleExitState()
649 InternalState expectedNextState, in exitStateCdataMayClose() argument
651 InternalState nextState = expectedNextState; in exitStateCdataMayClose()