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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.h 69 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
DragData.h 71 bool allowPlainText, bool& chosePlainText) const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PasteboardChromium.cpp 173 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
175 chosePlainText = false;
192 chosePlainText = true;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 147 bool allowPlainText, bool& chosePlainText)
150 chosePlainText = false;
155 if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
180 chosePlainText = true;
491 bool chosePlainText = false;
492 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame.get(), range, true, chosePlainText);
508 if (chosePlainText)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 377 bool chosePlainText;
378 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
380 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
    [all...]

Completed in 118 milliseconds