Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DHTMLInterchange.h41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange }; enum
Dmarkup.h52 …Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInl…
Dmarkup.cpp120 …cumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnn… in StyledMarkupAccumulator()
143 const EAnnotateForInterchange m_shouldAnnotate;
479 …ncestorToWrapMarkup(const Range* range, Node* fullySelectedRoot, EAnnotateForInterchange shouldAnn… in highestAncestorToWrapMarkup()
524 String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotat… in createMarkup()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2329862 … (DOM::RangeImpl::toHTML): Added new EAnnotateForInterchange default argument to control whether
DChangeLog-2010-12-0675451 … Range, EAnnotateForInterchange, and EAbsoluteURLs should be member variables of MarkupAccumulator