Searched defs:appendElement (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ | ||
D | markup.cpp | 138 …void appendElement(Vector<UChar>& out, Element* element, Namespaces*) { appendElement(out, element… in appendElement() function in WebCore::StyledMarkupAccumulator |
D | MarkupAccumulator.cpp | 321 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/ | ||
D | DOMOutputCapsule.java | 80 private Element appendElement(String name) { in appendElement() method in DOMOutputCapsule |