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

/external/webkit/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/WebCore/platform/chromium/
H A DPasteboardChromium.cpp161 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
163 chosePlainText = false;
180 chosePlainText = true;
/external/webkit/WebCore/platform/qt/
H A DPasteboardQt.cpp95 bool allowPlainText, bool& chosePlainText)
101 chosePlainText = false;
113 chosePlainText = true;
94 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/WebCore/platform/wince/
H A DPasteboardWince.cpp263 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
265 chosePlainText = false;
284 chosePlainText = true;
301 chosePlainText = true;
/external/webkit/WebCore/platform/
H A DPasteboard.h98 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
/external/webkit/WebCore/platform/haiku/
H A DPasteboardHaiku.cpp113 bool allowPlainText, bool& chosePlainText)
112 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/WebCore/platform/win/
H A DPasteboardWin.cpp280 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
282 chosePlainText = false;
301 chosePlainText = true;
318 chosePlainText = true;
/external/webkit/WebCore/platform/gtk/
H A DPasteboardGtk.cpp160 bool allowPlainText, bool& chosePlainText)
164 chosePlainText = false;
187 chosePlainText = true;
159 documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/WebCore/page/
H A DDragController.cpp98 bool allowPlainText, bool& chosePlainText)
101 chosePlainText = false;
125 chosePlainText = true;
423 bool chosePlainText = false; local
424 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, range, true, chosePlainText);
438 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, fragment, true, dragData->canSmartReplace(), chosePlainText));
97 documentFragmentFromDragData(DragData* dragData, RefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
/external/webkit/WebCore/platform/mac/
H A DPasteboardMac.mm368 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
371 chosePlainText = false;
390 chosePlainText = true;
/external/webkit/WebCore/editing/
H A DEditor.cpp283 bool chosePlainText; local
284 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
286 replaceSelectionWithFragment(fragment, false, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);

Completed in 24 milliseconds