shouldAnnotate 1046 Source/core/editing/EditingStyle.cpp PassRefPtr<EditingStyle> EditingStyle::wrappingStyleForSerialization(Node* context, bool shouldAnnotate) shouldAnnotate 1049 Source/core/editing/EditingStyle.cpp if (shouldAnnotate) { shouldAnnotate 130 Source/core/editing/EditingStyle.h static PassRefPtr<EditingStyle> wrappingStyleForSerialization(Node* context, bool shouldAnnotate); shouldAnnotate 152 Source/core/editing/markup.cpp inline StyledMarkupAccumulator::StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, shouldAnnotate 155 Source/core/editing/markup.cpp , m_shouldAnnotate(shouldAnnotate) shouldAnnotate 229 Source/core/editing/markup.cpp if (!shouldAnnotate() || parentIsTextarea) shouldAnnotate 281 Source/core/editing/markup.cpp const bool shouldAnnotateOrForceInline = element.isHTMLElement() && (shouldAnnotate() || addDisplayInline); shouldAnnotate 305 Source/core/editing/markup.cpp if (shouldAnnotate()) shouldAnnotate 335 Source/core/editing/markup.cpp m_wrappingStyle = EditingStyle::wrappingStyleForSerialization(m_highestNodeToBeSerialized->parentNode(), shouldAnnotate()); shouldAnnotate 497 Source/core/editing/markup.cpp static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constrainingAncestor) shouldAnnotate 502 Source/core/editing/markup.cpp if (shouldAnnotate == AnnotateForInterchange) { shouldAnnotate 545 Source/core/editing/markup.cpp EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor) shouldAnnotate 565 Source/core/editing/markup.cpp Node* specialCommonAncestor = highestAncestorToWrapMarkup(updatedRange, shouldAnnotate, constrainingAncestor); shouldAnnotate 566 Source/core/editing/markup.cpp StyledMarkupAccumulator accumulator(nodes, shouldResolveURLs, shouldAnnotate, updatedRange, specialCommonAncestor); shouldAnnotate 572 Source/core/editing/markup.cpp if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleStart)) { shouldAnnotate 621 Source/core/editing/markup.cpp if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleEnd.previous())) shouldAnnotate 627 Source/core/editing/markup.cpp String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor) shouldAnnotate 635 Source/core/editing/markup.cpp return createMarkupInternal(document, range, updatedRange, nodes, shouldAnnotate, convertBlocksToInlines, shouldResolveURLs, constrainingAncestor);