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 149 bool shouldAnnotate() { return m_shouldAnnotate == AnnotateForInterchange; }
162 inline StyledMarkupAccumulator::StyledMarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, RawPtr<const Range> range, Node* highestNodeToBeSerialized)
164 , m_shouldAnnotate(shouldAnnotate)
238 if (!shouldAnnotate() || parentIsTextarea)
289 const bool shouldAnnotateOrForceInline = element.isHTMLElement() && (shouldAnnotate() || addDisplayInline);
317 if (shouldAnnotate())
347 m_wrappingStyle = EditingStyle::wrappingStyleForSerialization(m_highestNodeToBeSerialized->parentNode(), shouldAnnotate());
509 static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constrainingAncestor)
514 if (shouldAnnotate == AnnotateForInterchange) {
557 EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor
    [all...]
EditingStyle.h 130 static PassRefPtrWillBeRawPtr<EditingStyle> wrappingStyleForSerialization(Node* context, bool shouldAnnotate);
EditingStyle.cpp     [all...]

Completed in 148 milliseconds