Home
last modified time | relevance | path

Searched refs:shouldAnnotate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp140 bool shouldAnnotate() { return m_shouldAnnotate == AnnotateForInterchange; } in shouldAnnotate() function in WebCore::StyledMarkupAccumulator
153 …ator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, in StyledMarkupAccumulator() argument
156 , m_shouldAnnotate(shouldAnnotate) in StyledMarkupAccumulator()
231 if (!shouldAnnotate() || parentIsTextarea) in appendText()
283 …const bool shouldAnnotateOrForceInline = element->isHTMLElement() && (shouldAnnotate() || addDispl… in appendElement()
307 if (shouldAnnotate()) in appendElement()
337 …gStyle::wrappingStyleForSerialization(m_highestNodeToBeSerialized->parentNode(), shouldAnnotate()); in serializeNodes()
498 static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate in highestAncestorToWrapMarkup() argument
503 if (shouldAnnotate == AnnotateForInterchange) { in highestAncestorToWrapMarkup()
546 …EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveUR… in createMarkupInternal() argument
[all …]
DEditingStyle.h135 … static PassRefPtr<EditingStyle> wrappingStyleForSerialization(Node* context, bool shouldAnnotate);
DEditingStyle.cpp1060 …efPtr<EditingStyle> EditingStyle::wrappingStyleForSerialization(Node* context, bool shouldAnnotate) in wrappingStyleForSerialization() argument
1063 if (shouldAnnotate) { in wrappingStyleForSerialization()