Searched refs:EAnnotateForInterchange (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | HTMLInterchange.h | 41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange }; enum
|
D | markup.h | 65 String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInt…
|
D | markup.cpp | 121 …StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs, EAnnotateForInterchange, const Range*… 148 const EAnnotateForInterchange m_shouldAnnotate; 153 …cumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnn… in StyledMarkupAccumulator() 498 static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate… in highestAncestorToWrapMarkup() 546 …EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveUR… in createMarkupInternal() 630 String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotat… in createMarkup()
|