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

  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 82 bool allowPlainText, bool& chosePlainText)
89 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/brew/
PasteboardBrew.cpp 87 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
  /external/webkit/Source/WebCore/platform/efl/
PasteboardEfl.cpp 81 bool allowPlainText, bool& chosePlainText)
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 166 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
168 chosePlainText = false;
185 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp 124 bool allowPlainText, bool& chosePlainText)
130 chosePlainText = false;
142 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 153 bool allowPlainText, bool& chosePlainText)
155 chosePlainText = false;
185 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 102 bool allowPlainText, bool& chosePlainText)
108 chosePlainText = false;
120 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 264 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
266 chosePlainText = false;
285 chosePlainText = true;
302 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/mac/
DragDataMac.mm 151 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const
155 return pasteboard.documentFragment(frame, range, allowPlainText, chosePlainText);
PasteboardMac.mm 494 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
498 chosePlainText = false;
608 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 283 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
285 chosePlainText = false;
304 chosePlainText = true;
321 chosePlainText = true;
  /external/webkit/Source/WebCore/platform/
DragData.h 118 bool allowPlainText, bool& chosePlainText) const;
Pasteboard.h 107 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
  /external/webkit/Source/WebCore/page/
DragController.cpp 103 bool allowPlainText, bool& chosePlainText)
106 chosePlainText = false;
111 if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
137 chosePlainText = true;
454 bool chosePlainText = false;
455 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame, range, true, chosePlainText);
473 if (chosePlainText)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 376 bool chosePlainText;
377 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
379 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
    [all...]

Completed in 173 milliseconds