Searched defs:WebClipboardImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebclipboard_impl.h15 class WebClipboardImpl : public WebKit::WebClipboard { class in namespace:webkit_glue
22 virtual ~WebClipboardImpl();
H A Dwebclipboard_impl.cc37 std::string WebClipboardImpl::URLToMarkup(const WebURL& url,
49 std::string WebClipboardImpl::URLToImageMarkup(const WebURL& url,
63 WebClipboardImpl::~WebClipboardImpl() {
66 bool WebClipboardImpl::isFormatAvailable(Format format, Buffer buffer) {
98 WebString WebClipboardImpl::readPlainText(Buffer buffer) {
122 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url) {
134 WebData WebClipboardImpl::readImage(Buffer buffer) {
144 void WebClipboardImpl::writeHTML(
155 void WebClipboardImpl
[all...]
/external/chromium_org/content/renderer/
H A Dwebclipboard_impl.h18 class WebClipboardImpl : public WebKit::WebClipboard { class in namespace:content
20 explicit WebClipboardImpl(ClipboardClient* client);
22 virtual ~WebClipboardImpl();
H A Dwebclipboard_impl.cc38 WebClipboardImpl::WebClipboardImpl(ClipboardClient* client) function in class:content::WebClipboardImpl
42 WebClipboardImpl::~WebClipboardImpl() {
45 uint64 WebClipboardImpl::getSequenceNumber() {
49 uint64 WebClipboardImpl::sequenceNumber(Buffer buffer) {
57 bool WebClipboardImpl::isFormatAvailable(Format format, Buffer buffer) {
87 WebVector<WebString> WebClipboardImpl::readAvailableTypes(
97 WebString WebClipboardImpl::readPlainText(Buffer buffer) {
121 WebString WebClipboardImpl
[all...]

Completed in 115 milliseconds