Home
last modified time | relevance | path

Searched refs:MarkupAccumulator (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp74 void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result, const String& sour… in appendCharactersReplacingEntities()
100 MarkupAccumulator::MarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes, EAbsoluteU… in MarkupAccumulator() function in blink::MarkupAccumulator
108 MarkupAccumulator::~MarkupAccumulator() in ~MarkupAccumulator()
112 String MarkupAccumulator::serializeNodes(Node& targetNode, EChildrenOnly childrenOnly, Vector<Quali… in serializeNodes()
126 void MarkupAccumulator::serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly childrenOnly, … in serializeNodesWithNamespaces()
152 String MarkupAccumulator::resolveURLIfNeeded(const Element& element, const String& urlString) const in resolveURLIfNeeded()
169 void MarkupAccumulator::appendString(const String& string) in appendString()
174 void MarkupAccumulator::appendStartTag(Node& node, Namespaces* namespaces) in appendStartTag()
181 void MarkupAccumulator::appendEndTag(const Element& element) in appendEndTag()
186 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) in totalLength()
[all …]
DMarkupAccumulator.h65 class MarkupAccumulator {
66 WTF_MAKE_NONCOPYABLE(MarkupAccumulator);
69MarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >*, EAbsoluteURLs, const Range* = 0, S…
70 virtual ~MarkupAccumulator();
Dmarkup.cpp131 class StyledMarkupAccumulator FINAL : public MarkupAccumulator {
137 void appendString(const String& s) { return MarkupAccumulator::appendString(s); } in appendString()
168 : MarkupAccumulator(nodes, shouldResolveURLs, range) in StyledMarkupAccumulator()
245 MarkupAccumulator::appendText(out, text); in appendText()
719 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag); in createFragmentFromMarkupWithContext()
721 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag); in createFragmentFromMarkupWithContext()
763 MarkupAccumulator accumulator(nodes, shouldResolveURLs); in createMarkup()
909MarkupAccumulator::appendCharactersReplacingEntities(markup, title, 0, title.length(), EntityMaskI… in urlToMarkup()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp101 class SerializerMarkupAccumulator FINAL : public MarkupAccumulator {
118 : MarkupAccumulator(nodes, ResolveAllURLs, nullptr) in SerializerMarkupAccumulator()
132 MarkupAccumulator::appendText(out, text); in appendText()
138 MarkupAccumulator::appendElement(out, element, namespaces); in appendElement()
172 MarkupAccumulator::appendEndTag(element); in appendEndTag()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLSerializer.cpp38 MarkupAccumulator accumulator(0, DoNotResolveURLs, nullptr, ForcedXML); in serializeToString()
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt423 0.26^7972021^HTMLParserThrea^chrome ^[.] WebCore::MarkupAccumulator::appendCharacters…
425 …--- WebCore::MarkupAccumulator::appendCharactersReplacingEntities(WTF::StringBuilder&, WTF::String…
830 0.15^4419717^HTMLParserThrea^chrome ^[.] WebCore::MarkupAccumulator::appendStartTag(W…
832 …--- WebCore::MarkupAccumulator::appendStartTag(WebCore::Node*, WTF::HashMap<WTF::AtomicStringImpl*…
2065 0.10^3014944^HTMLParserThrea^chrome ^[.] WebCore::MarkupAccumulator::appendAttribute(…
2067 …--- WebCore::MarkupAccumulator::appendAttribute(WTF::StringBuilder&, WebCore::Element*, WebCore::A…
2356 0.07^2055678^HTMLParserThrea^chrome ^[.] WebCore::MarkupAccumulator::appendStartMarku…
2358 …--- WebCore::MarkupAccumulator::appendStartMarkup(WTF::StringBuilder&, WebCore::Node const*, WTF::…
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.darwin-x86.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.darwin-arm.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.linux-mips.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.darwin-arm64.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.linux-arm64.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.linux-x86_64.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.darwin-mips.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.linux-arm.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.linux-x86.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.darwin-mips64.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
Dcore.gypi1031 'editing/MarkupAccumulator.cpp',
1032 'editing/MarkupAccumulator.h',