Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h135 static bool isMathMLTextIntegrationPoint(HTMLStackItem*);
DHTMLElementStack.cpp103 return HTMLElementStack::isMathMLTextIntegrationPoint(item) in isForeignContentScopeMarker()
278 bool HTMLElementStack::isMathMLTextIntegrationPoint(HTMLStackItem* item) in isMathMLTextIntegrationPoint() function in WebCore::HTMLElementStack
DHTMLTreeBuilder.cpp385 && !HTMLElementStack::isMathMLTextIntegrationPoint(adjustedCurrentNode); in constructTree()
2648 if (HTMLElementStack::isMathMLTextIntegrationPoint(adjustedCurrentNode)) { in shouldProcessTokenInForeignContent()