Home | History | Annotate | Download | only in gtk

Lines Matching defs:pasteboard

21 #include "Pasteboard.h"
40 Pasteboard* Pasteboard::generalPasteboard()
42 static Pasteboard* pasteboard = new Pasteboard();
43 return pasteboard;
46 Pasteboard::Pasteboard()
51 Pasteboard::~Pasteboard()
56 PasteboardHelper* Pasteboard::helper()
61 void Pasteboard::setHelper(PasteboardHelper* helper)
66 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
75 void Pasteboard::writePlainText(const String& text)
83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame)
94 void Pasteboard::writeImage(Node* node, const KURL&, const String&)
112 void Pasteboard::clear()
117 bool Pasteboard::canSmartReplace()
123 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context,
151 String Pasteboard::plainText(Frame* frame)