HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateForInterchange (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.h 41 enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange };
markup.cpp 139 bool shouldAnnotate() { return m_shouldAnnotate == AnnotateForInterchange; }
502 if (shouldAnnotate == AnnotateForInterchange) {
573 if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleStart)) {
624 if (shouldAnnotate == AnnotateForInterchange && needInterchangeNewlineAfter(visibleEnd.previous()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PasteboardChromium.cpp 86 String html = createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs);
ClipboardChromium.cpp 436 m_dataObject->setHTMLAndBaseURL(createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs), frame->document()->url());
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 232 milliseconds