Searched refs:AnnotateForInterchange (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DHTMLInterchange.h41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange }; enumerator in enum:WebCore::EAnnotateForInterchange
H A Dmarkup.cpp153 return m_shouldAnnotate == AnnotateForInterchange;
516 if (shouldAnnotate == AnnotateForInterchange) {
588 if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleStart)) {
645 if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleEnd.previous()))
855 return documentTypeString(node->document()) + createMarkup(range, 0, AnnotateForInterchange);
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDataObjectGtk.cpp49 return createMarkup(*m_range, 0, AnnotateForInterchange, false, ResolveNonLocalURLs);
H A DPasteboardGtk.cpp163 m_dataObject->setMarkup(createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs));
/macosx-10.10/WebCore-7600.1.25/loader/archive/cf/
H A DLegacyWebArchive.cpp492 String markupString = documentTypeString(document) + createMarkup(*range, &nodeList, AnnotateForInterchange);
595 builder.append(createMarkup(*selectionRange, &nodeList, AnnotateForInterchange));
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPasteboardWin.cpp432 markupToCFHTML(createMarkup(selectedRange, 0, AnnotateForInterchange),
457 markupToCFHTML(createMarkup(selectedRange, 0, AnnotateForInterchange),

Completed in 195 milliseconds