Home
last modified time | relevance | path

Searched defs:pasteboard (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
DClipboardMac.h49 …static PassRefPtr<ClipboardMac> create(ClipboardType clipboardType, NSPasteboard *pasteboard, Clip… in create()
80 NSPasteboard *pasteboard() { return m_pasteboard.get(); } in pasteboard() function
/external/webkit/Source/WebCore/platform/efl/
DPasteboardEfl.cpp40 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() local
/external/webkit/Source/WebCore/platform/brew/
DPasteboardBrew.cpp41 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
/external/webkit/Source/WebCore/platform/wx/
DPasteboardWx.cpp49 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() local
/external/webkit/Source/WebCore/platform/
DDragData.h123 NSPasteboard *pasteboard() { return m_pasteboard.get(); } in pasteboard() function
/external/webkit/Source/WebCore/platform/qt/
DPasteboardQt.cpp54 static Pasteboard* pasteboard = 0; in generalPasteboard() local
/external/webkit/Source/WebCore/platform/gtk/
DPasteboardGtk.cpp42 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() local
/external/webkit/Source/WebCore/platform/chromium/
DPasteboardChromium.cpp58 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
/external/webkit/Source/WebCore/platform/haiku/
DPasteboardHaiku.cpp57 static Pasteboard pasteboard; in generalPasteboard() local
/external/webkit/Source/WebCore/platform/wince/
DPasteboardWinCE.cpp81 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
/external/webkit/Source/WebCore/platform/win/
DPasteboardWin.cpp83 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
/external/webkit/Tools/DumpRenderTree/win/
DUIDelegate.h191 /* [in] */ IDataObject *pasteboard, in willPerformDragSourceAction()
/external/webkit/Source/WebCore/editing/
DEditor.cpp365 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) in pasteAsPlainTextWithPasteboard()
373 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) in pasteWithPasteboard()
383 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard) in canSmartReplaceWithPasteboard()
477 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard) in writeSelectionToPasteboard()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp552 Pasteboard* pasteboard = Pasteboard::generalPasteboard(); in mouseUp() local