Home | History | Annotate | Download | only in clipboard

Lines Matching defs:Pasteboard

32 #include "core/clipboard/Pasteboard.h"
48 Pasteboard* Pasteboard::generalPasteboard()
50 static Pasteboard* pasteboard = new Pasteboard;
51 return pasteboard;
54 Pasteboard::Pasteboard()
59 bool Pasteboard::isSelectionMode() const
64 void Pasteboard::setSelectionMode(bool selectionMode)
69 void Pasteboard::writePlainText(const String& text, SmartReplaceOption)
81 void Pasteboard::writeImage(Image* image, const KURL& url, const String& title)
93 void Pasteboard::writeDataObject(PassRefPtrWillBeRawPtr<DataObject> dataObject)
98 bool Pasteboard::canSmartReplace()
103 bool Pasteboard::isHTMLAvailable()
108 String Pasteboard::plainText()
113 String Pasteboard::readHTML(KURL& url, unsigned& fragmentStart, unsigned& fragmentEnd)
128 void Pasteboard::writeHTML(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete)