Home | History | Annotate | Download | only in wince

Lines Matching defs:pasteboard

29 #include "Pasteboard.h"
79 Pasteboard* Pasteboard::generalPasteboard()
81 static Pasteboard* pasteboard = new Pasteboard;
82 return pasteboard;
85 Pasteboard::Pasteboard()
103 void Pasteboard::clear()
111 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
115 // Put CF_HTML format on the pasteboard
126 // Put plain string on the pasteboard. CF_UNICODETEXT covers CF_TEXT as well
137 // enable smart-replacing later on by putting dummy data on the pasteboard
146 void Pasteboard::writePlainText(const String& text)
150 // Put plain string on the pasteboard. CF_UNICODETEXT covers CF_TEXT as well
161 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
201 void Pasteboard::writeImage(Node* node, const KURL&, const String&)
230 bool Pasteboard::canSmartReplace()
235 String Pasteboard::plainText(Frame* frame)
264 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
321 bool Pasteboard::hasData()
326 bool Pasteboard::hasDataInFormat(unsigned int format)