Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h85 bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
DMarkupAccumulator.cpp213 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, Namespaces& namespa… in shouldAddNamespaceAttribute() function in WebCore::MarkupAccumulator
377 if (!documentIsHTML && namespaces && shouldAddNamespaceAttribute(attribute, *namespaces)) in appendAttribute()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659211 …(WebCore::MarkupAccumulator::shouldAddNamespaceAttribute): Takes a reference to Attribute instead …
75937 (WebCore::MarkupAccumulator::shouldAddNamespaceAttribute):