Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLStackItem.h92 bool isInHTMLNamespace() const in isInHTMLNamespace() function
132 if (!isInHTMLNamespace()) in isSpecialNode()
DHTMLElementStack.cpp105 || item->isInHTMLNamespace(); in isForeignContentScopeMarker()
DHTMLTreeBuilder.cpp383 inForeignContent = !adjustedCurrentNode->isInHTMLNamespace() in constructTree()
2646 if (adjustedCurrentNode->isInHTMLNamespace()) in shouldProcessTokenInForeignContent()
2758 if (!m_tree.currentStackItem()->isInHTMLNamespace()) { in processTokenInForeignContent()
2770 if (nodeRecord->stackItem()->isInHTMLNamespace()) in processTokenInForeignContent()