Searched refs:StyledMarkupAccumulator (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A Dmarkup.cpp116 class StyledMarkupAccumulator : public MarkupAccumulator { class in namespace:WebCore
120 StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, const Range* range) function in class:WebCore::StyledMarkupAccumulator
146 void StyledMarkupAccumulator::wrapWithNode(Node* node, bool convertBlocksToInlines, RangeFullySelectsNode rangeFullySelectsNode)
159 void StyledMarkupAccumulator::wrapWithStyleNode(CSSStyleDeclaration* style, Document* document, bool isBlock)
177 String StyledMarkupAccumulator::takeResults()
191 void StyledMarkupAccumulator::appendText(Vector<UChar>& out, Text* text)
205 String StyledMarkupAccumulator::renderedText(const Node* node, const Range* range)
225 String StyledMarkupAccumulator::stringValueForRange(const Node* node, const Range* range)
255 void StyledMarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, bool addDisplayInline, RangeFullySelectsNode rangeFullySelectsNode)
315 void StyledMarkupAccumulator
[all...]

Completed in 147 milliseconds