Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.h162 void constructTreeFromCompactHTMLToken(const CompactHTMLToken&);
DHTMLDocumentParser.cpp478 constructTreeFromCompactHTMLToken(*it); in processParsedChunkFromBackgroundParser()
684 void HTMLDocumentParser::constructTreeFromCompactHTMLToken(const CompactHTMLToken& compactToken) in constructTreeFromCompactHTMLToken() function in blink::HTMLDocumentParser