Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.h85 bool shouldAddNamespaceElement(const Element*);
H A DMarkupAccumulator.cpp209 bool MarkupAccumulator::shouldAddNamespaceElement(const Element* element) in shouldAddNamespaceElement() function in WebCore::MarkupAccumulator
344 if (!element->document()->isHTMLDocument() && namespaces && shouldAddNamespaceElement(element)) in appendOpenTag()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0675936 (WebCore::MarkupAccumulator::shouldAddNamespaceElement):