Searched refs:StyledMarkupAccumulator (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | markup.cpp | 116 class StyledMarkupAccumulator : public MarkupAccumulator { class 120 …StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterch… in StyledMarkupAccumulator() function in WebCore::StyledMarkupAccumulator 146 void StyledMarkupAccumulator::wrapWithNode(Node* node, bool convertBlocksToInlines, RangeFullySelec… in wrapWithNode() 159 void StyledMarkupAccumulator::wrapWithStyleNode(CSSStyleDeclaration* style, Document* document, boo… in wrapWithStyleNode() 177 String StyledMarkupAccumulator::takeResults() in takeResults() 191 void StyledMarkupAccumulator::appendText(Vector<UChar>& out, Text* text) in appendText() 205 String StyledMarkupAccumulator::renderedText(const Node* node, const Range* range) in renderedText() 225 String StyledMarkupAccumulator::stringValueForRange(const Node* node, const Range* range) in stringValueForRange() 255 void StyledMarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, bool addDisplayIn… in appendElement() 315 void StyledMarkupAccumulator::removeExteriorStyles(CSSMutableStyleDeclaration* style) in removeExteriorStyles() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 10524 (WebCore::StyledMarkupAccumulator::serializeNodes): Ditto. 32013 … (WebCore::StyledMarkupAccumulator::appendString): Added; calls MarkupAccumulator's appendString. 32014 (WebCore::StyledMarkupAccumulator::wrapWithStyleNode): Calls appendString. 32015 … (WebCore::StyledMarkupAccumulator::takeResults): Calls length, totalLength, and concatenateMarkup. 32016 (WebCore::StyledMarkupAccumulator::serializeNodes): Became a member function. 55618 Move functions of StyledMarkupAccumulator below that of MarkupAccumulator 55621 Moved the declaration of StyledMarkupAccumulator and the definitions of its member functions 55627 (WebCore::StyledMarkupAccumulator::StyledMarkupAccumulator): 55628 (WebCore::StyledMarkupAccumulator::appendElement): 55629 (WebCore::StyledMarkupAccumulator::shouldAnnotate): [all …]
|
D | ChangeLog-2011-02-16 | 4908 (WebCore::StyledMarkupAccumulator::appendElement): 16215 (WebCore::StyledMarkupAccumulator::appendString): 16216 (WebCore::StyledMarkupAccumulator::takeResults): strip nulls 17997 (WebCore::StyledMarkupAccumulator::appendText): 17998 (WebCore::StyledMarkupAccumulator::serializeNodes):
|