HomeSort by relevance Sort by last modified time
    Searched refs:MarkupAccumulator (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 28 #include "core/editing/MarkupAccumulator.h"
49 void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result, const String& source, unsigned offset, unsigned length, EntityMask entityMask)
103 MarkupAccumulator::MarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs resolveUrlsMethod, const Range* range)
110 MarkupAccumulator::~MarkupAccumulator()
114 String MarkupAccumulator::serializeNodes(Node* targetNode, EChildrenOnly childrenOnly)
119 String MarkupAccumulator::serializeNodes(Node* targetNode, EChildrenOnly childrenOnly, Vector<QualifiedName>* tagNamesToSkip)
125 void MarkupAccumulator::serializeNodesWithNamespaces(Node* targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vector<QualifiedName>* tagNamesToSkip)
151 String MarkupAccumulator::resolveURLIfNeeded(const Element* element, const String& urlString) cons
    [all...]
MarkupAccumulator.h 67 class MarkupAccumulator {
69 MarkupAccumulator(Vector<Node*>*, EAbsoluteURLs, const Range* = 0);
70 virtual ~MarkupAccumulator();
markup.cpp 48 #include "core/editing/MarkupAccumulator.h"
117 class StyledMarkupAccumulator : public MarkupAccumulator {
123 virtual void appendString(const String& s) { return MarkupAccumulator::appendString(s); }
155 : MarkupAccumulator(nodes, shouldResolveURLs, range)
232 MarkupAccumulator::appendText(out, text);
701 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag);
703 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 48 #include "core/editing/MarkupAccumulator.h"
102 class SerializerMarkupAccumulator : public WebCore::MarkupAccumulator {
119 : MarkupAccumulator(nodes, ResolveAllURLs)
133 MarkupAccumulator::appendText(out, text);
139 MarkupAccumulator::appendElement(out, element, namespaces);
172 MarkupAccumulator::appendEndTag(node);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 242 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 242 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 242 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 242 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 242 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 242 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
    [all...]

Completed in 171 milliseconds