Searched refs:chosePlainText (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/
H A DPasteboardWx.cpp82 bool allowPlainText, bool& chosePlainText)
89 chosePlainText = true;
81 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/brew/
H A DPasteboardBrew.cpp87 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/efl/
H A DPasteboardEfl.cpp81 bool allowPlainText, bool& chosePlainText)
80 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp166 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
168 chosePlainText = false;
185 chosePlainText = true;
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardGtk.cpp124 bool allowPlainText, bool& chosePlainText)
130 chosePlainText = false;
142 chosePlainText = true;
123 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/haiku/
H A DPasteboardHaiku.cpp153 bool allowPlainText, bool& chosePlainText)
155 chosePlainText = false;
185 chosePlainText = true;
152 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/qt/
H A DPasteboardQt.cpp102 bool allowPlainText, bool& chosePlainText)
108 chosePlainText = false;
120 chosePlainText = true;
101 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/platform/win/
H A DPasteboardWin.cpp283 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
285 chosePlainText = false;
304 chosePlainText = true;
321 chosePlainText = true;
/external/webkit/Source/WebCore/platform/wince/
H A DPasteboardWinCE.cpp264 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
266 chosePlainText = false;
285 chosePlainText = true;
302 chosePlainText = true;
/external/webkit/Source/WebCore/platform/mac/
H A DDragDataMac.mm151 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const
155 return pasteboard.documentFragment(frame, range, allowPlainText, chosePlainText);
H A DPasteboardMac.mm494 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
498 chosePlainText = false;
608 chosePlainText = true;
/external/webkit/Source/WebCore/platform/
H A DDragData.h118 bool allowPlainText, bool& chosePlainText) const;
H A DPasteboard.h107 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
/external/webkit/Source/WebCore/page/
H A DDragController.cpp103 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; local
455 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame, range, true, chosePlainText);
473 if (chosePlainText)
102 documentFragmentFromDragData(DragData* dragData, Frame* frame, RefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp376 bool chosePlainText; local
377 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
379 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);

Completed in 284 milliseconds