Searched defs:pasteboard (Results 1 – 14 of 14) sorted by relevance
49 …static PassRefPtr<ClipboardMac> create(ClipboardType clipboardType, NSPasteboard *pasteboard, Clip… in create()80 NSPasteboard *pasteboard() { return m_pasteboard.get(); } in pasteboard() function
40 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() local
41 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
49 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() local
123 NSPasteboard *pasteboard() { return m_pasteboard.get(); } in pasteboard() function
54 static Pasteboard* pasteboard = 0; in generalPasteboard() local
42 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() local
58 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
57 static Pasteboard pasteboard; in generalPasteboard() local
81 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
83 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
191 /* [in] */ IDataObject *pasteboard, in willPerformDragSourceAction()
365 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()
552 Pasteboard* pasteboard = Pasteboard::generalPasteboard(); in mouseUp() local