Home
last modified time | relevance | path

Searched defs:allowPlainText (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/brew/
DPasteboardBrew.cpp87 …teboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chos… in documentFragment()
/external/webkit/Source/WebCore/platform/efl/
DPasteboardEfl.cpp81 bool allowPlainText, bool& chosePlainText) in documentFragment()
/external/webkit/Source/WebCore/platform/wx/
DPasteboardWx.cpp82 bool allowPlainText, bool& chosePlainText) in documentFragment()
/external/webkit/Source/WebCore/platform/qt/
DPasteboardQt.cpp102 bool allowPlainText, bool& chosePlainText) in documentFragment()
/external/webkit/Source/WebCore/platform/gtk/
DPasteboardGtk.cpp124 bool allowPlainText, bool& chosePlainText) in documentFragment()
/external/webkit/Source/WebCore/platform/chromium/
DPasteboardChromium.cpp166 …teboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chos… in documentFragment()
/external/webkit/Source/WebCore/platform/haiku/
DPasteboardHaiku.cpp153 bool allowPlainText, bool& chosePlainText) in documentFragment()
/external/webkit/Source/WebCore/platform/wince/
DPasteboardWinCE.cpp264 …teboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chos… in documentFragment()
/external/webkit/Source/WebCore/platform/win/
DPasteboardWin.cpp283 …teboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chos… in documentFragment()
/external/webkit/Source/WebCore/page/
DDragController.cpp103 bool allowPlainText, bool& chosePlainText) in documentFragmentFromDragData()
/external/webkit/Source/WebCore/editing/
DEditor.cpp373 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) in pasteWithPasteboard()