Home
last modified time | relevance | path

Searched defs:appendElement (Results 1 – 3 of 3) 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
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMOutputCapsule.java80 private Element appendElement(String name) { in appendElement() method in DOMOutputCapsule