Home
last modified time | relevance | path

Searched defs:shouldAnnotate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp154 …bool shouldAnnotate() const { return m_shouldAnnotate == AnnotateForInterchange || m_shouldAnnotat… in shouldAnnotate() function in blink::FINAL
167 …eMember<Node> >* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, R… in StyledMarkupAccumulator()
517 …Element* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, N… in highestAncestorToWrapMarkup()
566EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveUR… in createMarkupInternal()
648 …nge, WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes, EAnnotateForInterchange shouldAnnotate, b… in createMarkup()
DEditingStyle.cpp1063 …tingStyle> EditingStyle::wrappingStyleForSerialization(ContainerNode* context, bool shouldAnnotate) in wrappingStyleForSerialization()