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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.h222 if (m_nextInputCharacter == '\0' && !shouldTreatNullAsEndOfFileMarker(source)) {
247 bool shouldTreatNullAsEndOfFileMarker(SegmentedString& source) const function in class:WebCore::HTMLTokenizer::InputStreamPreprocessor

Completed in 152 milliseconds