Searched refs:insertForeignElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h149 void insertForeignElement(AtomicHTMLToken*, const AtomicString& namespaceURI);
H A DHTMLTreeBuilder.cpp881 m_tree.insertForeignElement(token, MathMLNames::mathmlNamespaceURI);
888 m_tree.insertForeignElement(token, SVGNames::svgNamespaceURI);
2745 m_tree.insertForeignElement(token, currentNamespace);
H A DHTMLConstructionSite.cpp662 void HTMLConstructionSite::insertForeignElement(AtomicHTMLToken* token, const AtomicString& namespaceURI) function in class:HTMLConstructionSite

Completed in 98 milliseconds