Home | History | Annotate | Download | only in src

Lines Matching refs:buffer

153     PasteboardPrivate::ClipboardBuffer buffer)
157 static_cast<WebClipboard::Buffer>(buffer));
161 PasteboardPrivate::ClipboardBuffer buffer)
164 static_cast<WebClipboard::Buffer>(buffer));
168 PasteboardPrivate::ClipboardBuffer buffer,
173 static_cast<WebClipboard::Buffer>(buffer), &url);
178 PasteboardPrivate::ClipboardBuffer buffer)
180 return webKitClient()->clipboard()->readImage(static_cast<WebClipboard::Buffer>(buffer));
222 PasteboardPrivate::ClipboardBuffer buffer, bool* containsFilenames)
225 static_cast<WebClipboard::Buffer>(buffer), containsFilenames);
232 bool PlatformBridge::clipboardReadData(PasteboardPrivate::ClipboardBuffer buffer,
238 static_cast<WebClipboard::Buffer>(buffer), type, &resultData, &resultMetadata);
246 Vector<String> PlatformBridge::clipboardReadFilenames(PasteboardPrivate::ClipboardBuffer buffer)
249 static_cast<WebClipboard::Buffer>(buffer));
930 url_canon::RawCanonOutput<2048> buffer;
932 if (!url_util::Canonicalize(url, length, 0, &buffer, &parsed))
934 return webKitClient()->visitedLinkHash(buffer.data(), buffer.length());
944 url_canon::RawCanonOutput<2048> buffer;
965 attributeURL.length(), 0, &buffer, &parsed))
968 return webKitClient()->visitedLinkHash(buffer.data(), buffer.length());