Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h87 bool shouldAddNamespaceElement(const Element&, Namespaces&);
DMarkupAccumulator.cpp235 bool MarkupAccumulator::shouldAddNamespaceElement(const Element& element, Namespaces& namespaces) in shouldAddNamespaceElement() function in blink::MarkupAccumulator
403 …if (!serializeAsHTMLDocument(element) && namespaces && shouldAddNamespaceElement(element, *namespa… in appendOpenTag()