Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp1130 bool shouldProcessForeignContentUsingInBodyInsertionMode(AtomicHTMLToken& token, ContainerNode* cur… in shouldProcessForeignContentUsingInBodyInsertionMode() function
1473 if (shouldProcessForeignContentUsingInBodyInsertionMode(token, m_tree.currentNode())) { in processStartTag()