Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.cpp304 const char* xmlDeclarationEnd = ptr; in checkForXMLCharset() local
305 while (xmlDeclarationEnd != pEnd && *xmlDeclarationEnd != '>') in checkForXMLCharset()
306 ++xmlDeclarationEnd; in checkForXMLCharset()
307 if (xmlDeclarationEnd == pEnd) in checkForXMLCharset()
311 int pos = findXMLEncoding(ptr, xmlDeclarationEnd - ptr, len); in checkForXMLCharset()