Searched refs:EAnnotateForInterchange (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | HTMLInterchange.h | 41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange }; enum
|
D | markup.h | 52 …Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInl…
|
D | markup.cpp | 120 …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/ |
D | ChangeLog-2005-08-23 | 29862 … (DOM::RangeImpl::toHTML): Added new EAnnotateForInterchange default argument to control whether
|
D | ChangeLog-2010-12-06 | 75451 … Range, EAnnotateForInterchange, and EAbsoluteURLs should be member variables of MarkupAccumulator
|