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

  /external/webkit/Source/WebCore/editing/
HTMLInterchange.h 41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange };
markup.h 52 Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs);
markup.cpp 120 StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, const Range* range)
143 const EAnnotateForInterchange m_shouldAnnotate;
479 static Node* highestAncestorToWrapMarkup(const Range* range, Node* fullySelectedRoot, EAnnotateForInterchange shouldAnnotate)
524 String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs)
    [all...]

Completed in 48 milliseconds