AnnotateForInterchange 350 Source/core/clipboard/Clipboard.cpp m_dataObject->setHTMLAndBaseURL(createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs), frame->document()->url()); AnnotateForInterchange 419 Source/core/editing/Editor.cpp String html = createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs); AnnotateForInterchange 139 Source/core/editing/markup.cpp bool shouldAnnotate() { return m_shouldAnnotate == AnnotateForInterchange; } AnnotateForInterchange 502 Source/core/editing/markup.cpp if (shouldAnnotate == AnnotateForInterchange) { AnnotateForInterchange 572 Source/core/editing/markup.cpp if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleStart)) { AnnotateForInterchange 621 Source/core/editing/markup.cpp if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleEnd.previous())) AnnotateForInterchange 1275 Source/web/WebFrameImpl.cpp return createMarkup(range.get(), 0, AnnotateForInterchange, false, ResolveNonLocalURLs);