Home
last modified time | relevance | path

Searched refs:EAnnotateForInterchange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DHTMLInterchange.h41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange }; enum
Dmarkup.h65 String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInt…
Dmarkup.cpp121 …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()
546EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveUR… in createMarkupInternal()
630 String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotat… in createMarkup()