Home | History | Annotate | Download | only in src

Lines Matching refs:WebString

38 #include "WebString.h"
69 WebString WebDragData::url() const
82 WebString WebDragData::urlTitle() const
88 void WebDragData::setURLTitle(const WebString& urlTitle)
94 WebString WebDragData::downloadMetadata() const
101 void WebDragData::setDownloadMetadata(const WebString& downloadMetadata)
107 WebString WebDragData::fileExtension() const
113 void WebDragData::setFileExtension(const WebString& fileExtension)
125 void WebDragData::filenames(WebVector<WebString>& filenames) const
131 void WebDragData::setFilenames(const WebVector<WebString>& filenames)
139 void WebDragData::appendToFilenames(const WebString& filename)
147 WebString WebDragData::plainText() const
154 void WebDragData::setPlainText(const WebString& plainText)
160 WebString WebDragData::htmlText() const
167 void WebDragData::setHTMLText(const WebString& htmlText)
185 WebString WebDragData::fileContentFilename() const
191 void WebDragData::setFileContentFilename(const WebString& filename)