Home
last modified time | relevance | path

Searched refs:appendCustomAttributes (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPageSerializer.cpp100 virtual void appendCustomAttributes(Vector<UChar>& out, Element*, Namespaces*);
142 void SerializerMarkupAccumulator::appendCustomAttributes(Vector<UChar>& out, Element* element, Name… in appendCustomAttributes() function in WebCore::SerializerMarkupAccumulator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.h82 virtual void appendCustomAttributes(Vector<UChar>&, Element*, Namespaces*);
H A DMarkupAccumulator.cpp161 void MarkupAccumulator::appendCustomAttributes(Vector<UChar>&, Element*, Namespaces*) in appendCustomAttributes() function in WebCore::MarkupAccumulator
335 appendCustomAttributes(out, element, namespaces); in appendElement()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog8740 (WebCore::MarkupAccumulator::appendCustomAttributes):