Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.h48 enum EAbsoluteURLs { DoNotResolveURLs, ResolveAllURLs, ResolveNonLocalURLs }; enumerator
65 …orInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constr…
66 …*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<Quali…
DMarkupAccumulator.cpp162 case DoNotResolveURLs: in resolveURLIfNeeded()
DCompositeEditCommand.cpp1222 …(), createMarkup(range.get(), 0, DoNotAnnotateForInterchange, true, DoNotResolveURLs, constraining… in moveParagraphs()