HomeSort by relevance Sort by last modified time
    Searched defs:WebClipboardImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/
webclipboard_impl.h 18 class WebClipboardImpl : public blink::WebClipboard {
20 explicit WebClipboardImpl(ClipboardClient* client);
22 virtual ~WebClipboardImpl();
webclipboard_impl.cc 38 WebClipboardImpl::WebClipboardImpl(ClipboardClient* client)
42 WebClipboardImpl::~WebClipboardImpl() {
45 uint64 WebClipboardImpl::sequenceNumber(Buffer buffer) {
53 bool WebClipboardImpl::isFormatAvailable(Format format, Buffer buffer) {
78 WebVector<WebString> WebClipboardImpl::readAvailableTypes(
88 WebString WebClipboardImpl::readPlainText(Buffer buffer) {
98 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url,
114 WebData WebClipboardImpl::readImage(Buffer buffer)
    [all...]
  /external/chromium_org/mojo/services/html_viewer/
webclipboard_impl.h 13 class WebClipboardImpl : public blink::WebClipboard {
15 WebClipboardImpl(ClipboardPtr clipboard);
16 virtual ~WebClipboardImpl();
43 DISALLOW_COPY_AND_ASSIGN(WebClipboardImpl);
webclipboard_impl.cc 54 WebClipboardImpl::WebClipboardImpl(ClipboardPtr clipboard)
58 WebClipboardImpl::~WebClipboardImpl() {
61 uint64_t WebClipboardImpl::sequenceNumber(Buffer buffer) {
73 bool WebClipboardImpl::isFormatAvailable(Format format, Buffer buffer) {
98 blink::WebVector<blink::WebString> WebClipboardImpl::readAvailableTypes(
121 blink::WebString WebClipboardImpl::readPlainText(Buffer buffer) {
134 blink::WebString WebClipboardImpl::readHTML(Buffer buffer,
155 blink::WebString WebClipboardImpl::readCustomData
    [all...]

Completed in 3587 milliseconds