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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 85 bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
MarkupAccumulator.cpp 213 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, Namespaces& namespaces)
377 if (!documentIsHTML && namespaces && shouldAddNamespaceAttribute(attribute, *namespaces))

Completed in 28 milliseconds