HomeSort by relevance Sort by last modified time
    Searched refs:insertForeignElement (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 157 void insertForeignElement(AtomicHTMLToken*, const AtomicString& namespaceURI);
HTMLTreeBuilder.cpp 892 m_tree.insertForeignElement(token, MathMLNames::mathmlNamespaceURI);
899 m_tree.insertForeignElement(token, SVGNames::svgNamespaceURI);
    [all...]
HTMLConstructionSite.cpp 668 void HTMLConstructionSite::insertForeignElement(AtomicHTMLToken* token, const AtomicString& namespaceURI)
    [all...]

Completed in 146 milliseconds