Searched refs:ContinueBogusCommentState (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.h90 // The ContinueBogusCommentState is not in the HTML5 spec, but we use
93 ContinueBogusCommentState, enumerator in enum:WebCore::HTMLTokenizer::State
H A DHTMLTokenizer.cpp1117 RECONSUME_IN(ContinueBogusCommentState);
1121 BEGIN_STATE(ContinueBogusCommentState) {
1128 ADVANCE_TO(ContinueBogusCommentState);

Completed in 202 milliseconds