/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | MarkupAccumulator.cpp | 74 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 …]
|
D | MarkupAccumulator.h | 65 class MarkupAccumulator { 66 WTF_MAKE_NONCOPYABLE(MarkupAccumulator); 69 …MarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >*, EAbsoluteURLs, const Range* = 0, S… 70 virtual ~MarkupAccumulator();
|
D | markup.cpp | 131 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() 909 …MarkupAccumulator::appendCharactersReplacingEntities(markup, title, 0, title.length(), EntityMaskI… in urlToMarkup()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PageSerializer.cpp | 101 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/ |
D | XMLSerializer.cpp | 38 MarkupAccumulator accumulator(0, DoNotResolveURLs, nullptr, ForcedXML); in serializeToString()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 423 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/ |
D | webcore_remaining.target.linux-mips64.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.darwin-arm64.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.linux-arm64.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.linux-x86_64.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.linux-arm.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.darwin-mips64.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | webcore_remaining.target.darwin-x86_64.mk | 280 third_party/WebKit/Source/core/editing/MarkupAccumulator.cpp \
|
D | core.gypi | 1031 'editing/MarkupAccumulator.cpp', 1032 'editing/MarkupAccumulator.h',
|