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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 84 bool shouldAddNamespaceElement(const Element*);
MarkupAccumulator.cpp 205 bool MarkupAccumulator::shouldAddNamespaceElement(const Element* element)
337 if (!element->document()->isHTMLDocument() && namespaces && shouldAddNamespaceElement(element))

Completed in 776 milliseconds