Searched refs:appendElement (Results 1 – 7 of 7) sorted by relevance
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMOutputCapsule.java | 80 private Element appendElement(String name) { in appendElement() method in DOMOutputCapsule 121 Element el = appendElement(name); in write() 142 Element el = appendElement(name); in write() 168 Element el = appendElement(name); in write() 178 Element el = appendElement(name); in write() 209 Element el = appendElement(name); in write() 229 Element el = appendElement(name); in write() 255 Element el = appendElement(name); in write() 265 Element el = appendElement(name); in write() 294 Element el = appendElement(name); in write() [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | markup.cpp | 137 …void appendElement(Vector<UChar>& out, Element* element, bool addDisplayInline, RangeFullySelectsN… 138 …void appendElement(Vector<UChar>& out, Element* element, Namespaces*) { appendElement(out, element… in appendElement() function in WebCore::StyledMarkupAccumulator 150 …appendElement(markup, static_cast<Element*>(node), convertBlocksToInlines && isBlock(const_cast<No… in wrapWithNode() 255 void StyledMarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, bool addDisplayIn… in appendElement() function in WebCore::StyledMarkupAccumulator
|
D | MarkupAccumulator.h | 92 virtual void appendElement(Vector<UChar>& out, Element*, Namespaces*);
|
D | MarkupAccumulator.cpp | 321 void MarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, Namespaces* namespaces) in appendElement() function in WebCore::MarkupAccumulator 411 appendElement(result, static_cast<Element*>(const_cast<Node*>(node)), namespaces); in appendStartMarkup()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 55628 (WebCore::StyledMarkupAccumulator::appendElement): 59193 … Also made takeResults, appendText, and appendElement in MarkupAccumulator virtual to override in 59195 … to append only rendered text when shouldAnnotate() is true, and appendElement requires a different 59205 (WebCore::StyledMarkupAccumulator::appendElement): Added to support annotation. 59217 (WebCore::MarkupAccumulator::appendElement): No longer deals with annotation. 73363 …Extracted appendText, appendComment, appendProcessingInstruction, appendElement and appendCDATASec… 73372 (WebCore::MarkupAccumulator::appendElement):
|
D | ChangeLog-2011-02-16 | 4908 (WebCore::StyledMarkupAccumulator::appendElement):
|
D | ChangeLog | 8248 (WebCore::MarkupAccumulator::appendElement):
|