Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h88 bool shouldAddNamespaceAttribute(const Attribute&, const Element&);
DMarkupAccumulator.cpp250 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, const Element& elem… in shouldAddNamespaceAttribute() function in blink::MarkupAccumulator
449 if (namespaces && shouldAddNamespaceAttribute(attribute, element)) { in appendAttribute()