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

  /external/webkit/WebCore/platform/wx/
PasteboardWx.cpp 82 bool allowPlainText, bool& chosePlainText)
89 chosePlainText = true;
  /external/webkit/WebCore/platform/chromium/
PasteboardChromium.cpp 161 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
163 chosePlainText = false;
180 chosePlainText = true;
  /external/webkit/WebCore/platform/qt/
PasteboardQt.cpp 95 bool allowPlainText, bool& chosePlainText)
101 chosePlainText = false;
113 chosePlainText = true;
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 263 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
265 chosePlainText = false;
284 chosePlainText = true;
301 chosePlainText = true;
  /external/webkit/WebCore/platform/
Pasteboard.h 98 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
  /external/webkit/WebCore/platform/haiku/
PasteboardHaiku.cpp 113 bool allowPlainText, bool& chosePlainText)
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 280 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
282 chosePlainText = false;
301 chosePlainText = true;
318 chosePlainText = true;
  /external/webkit/WebCore/platform/gtk/
PasteboardGtk.cpp 160 bool allowPlainText, bool& chosePlainText)
164 chosePlainText = false;
187 chosePlainText = true;
  /external/webkit/WebCore/page/
DragController.cpp 98 bool allowPlainText, bool& chosePlainText)
101 chosePlainText = false;
125 chosePlainText = true;
423 bool chosePlainText = false;
424 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, range, true, chosePlainText);
438 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, fragment, true, dragData->canSmartReplace(), chosePlainText));
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 368 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
371 chosePlainText = false;
390 chosePlainText = true;
  /external/webkit/WebCore/editing/
Editor.cpp 283 bool chosePlainText;
284 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
286 replaceSelectionWithFragment(fragment, false, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
    [all...]

Completed in 307 milliseconds