Lines Matching refs:buffer
45 uint64 WebClipboardImpl::sequenceNumber(Buffer buffer) {
47 if (!ConvertBufferType(buffer, &clipboard_type))
53 bool WebClipboardImpl::isFormatAvailable(Format format, Buffer buffer) {
56 if (!ConvertBufferType(buffer, &clipboard_type))
79 Buffer buffer, bool* contains_filenames) {
82 if (ConvertBufferType(buffer, &clipboard_type)) {
88 WebString WebClipboardImpl::readPlainText(Buffer buffer) {
90 if (!ConvertBufferType(buffer, &clipboard_type))
98 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url,
102 if (!ConvertBufferType(buffer, &clipboard_type))
114 WebData WebClipboardImpl::readImage(Buffer buffer) {
116 if (!ConvertBufferType(buffer, &clipboard_type))
124 WebString WebClipboardImpl::readCustomData(Buffer buffer,
127 if (!ConvertBufferType(buffer, &clipboard_type))
206 bool WebClipboardImpl::ConvertBufferType(Buffer buffer,
209 switch (buffer) {