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.cpp154 …bool shouldAnnotate() const { return m_shouldAnnotate == AnnotateForInterchange || m_shouldAnnotat… in shouldAnnotate() function in blink::FINAL
167 …> >* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, RawPtr<const … in StyledMarkupAccumulator() argument
169 , m_shouldAnnotate(shouldAnnotate) in StyledMarkupAccumulator()
244 if (!shouldAnnotate() || parentIsTextarea) in appendText()
295 …const bool shouldAnnotateOrForceInline = element.isHTMLElement() && (shouldAnnotate() || addDispla… in appendElement()
321 if (shouldAnnotate()) in appendElement()
354 …gStyle::wrappingStyleForSerialization(m_highestNodeToBeSerialized->parentNode(), shouldAnnotate()); in serializeNodes()
517 …hestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constra… in highestAncestorToWrapMarkup() argument
522 if (shouldAnnotate == AnnotateForInterchange) { in highestAncestorToWrapMarkup()
566 …EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveUR… in createMarkupInternal() argument
[all …]
DEditingStyle.h130 …lBeRawPtr<EditingStyle> wrappingStyleForSerialization(ContainerNode* context, bool shouldAnnotate);
DEditingStyle.cpp1063 …tingStyle> EditingStyle::wrappingStyleForSerialization(ContainerNode* context, bool shouldAnnotate) in wrappingStyleForSerialization() argument
1066 if (shouldAnnotate) { in wrappingStyleForSerialization()