HomeSort by relevance Sort by last modified time
    Searched refs:shouldAnnotate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 139 bool shouldAnnotate() { return m_shouldAnnotate == AnnotateForInterchange; }
152 inline StyledMarkupAccumulator::StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate,
155 , m_shouldAnnotate(shouldAnnotate)
230 if (!shouldAnnotate() || parentIsTextarea)
282 const bool shouldAnnotateOrForceInline = element->isHTMLElement() && (shouldAnnotate() || addDisplayInline);
306 if (shouldAnnotate())
336 m_wrappingStyle = EditingStyle::wrappingStyleForSerialization(m_highestNodeToBeSerialized->parentNode(), shouldAnnotate());
497 static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constrainingAncestor)
502 if (shouldAnnotate == AnnotateForInterchange) {
545 EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor
    [all...]
EditingStyle.h 135 static PassRefPtr<EditingStyle> wrappingStyleForSerialization(Node* context, bool shouldAnnotate);
EditingStyle.cpp     [all...]

Completed in 153 milliseconds