Home
last modified time | relevance | path

Searched defs:appendElement (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp138 …void appendElement(Vector<UChar>& out, Element* element, Namespaces*) { appendElement(out, element… in appendElement() function in WebCore::StyledMarkupAccumulator
255 void StyledMarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, bool addDisplayIn… in appendElement() function in WebCore::StyledMarkupAccumulator
DMarkupAccumulator.cpp321 void MarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, Namespaces* namespaces) in appendElement() function in WebCore::MarkupAccumulator