Home | History | Annotate | Download | only in parser

Lines Matching refs:SegmentedString

30 #include "SegmentedString.h"
131 bool nextToken(SegmentedString&, HTMLToken&);
191 ALWAYS_INLINE bool peek(SegmentedString& source, int& lineNumber)
236 bool advance(SegmentedString& source, int& lineNumber)
247 bool shouldTreatNullAsEndOfFileMarker(SegmentedString& source) const
261 inline bool processEntity(SegmentedString&);
267 inline bool emitAndResumeIn(SegmentedString&, State);
268 inline bool emitAndReconsumeIn(SegmentedString&, State);
269 inline bool emitEndOfFile(SegmentedString&);
270 inline bool flushEmitAndResumeIn(SegmentedString&, State);
274 inline bool flushBufferedEndTag(SegmentedString&);