Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h94 void appendCloseTag(Vector<UChar>& out, Element* element);
DMarkupAccumulator.cpp330 appendCloseTag(out, element); in appendElement()
341 void MarkupAccumulator::appendCloseTag(Vector<UChar>& out, Element* element) in appendCloseTag() function in WebCore::MarkupAccumulator
Dmarkup.cpp312 appendCloseTag(out, element); in appendElement()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659221 (WebCore::MarkupAccumulator::appendCloseTag): Added.