HomeSort by relevance Sort by last modified time
    Searched refs:ClipboardBuffer (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
PasteboardPrivate.h 44 enum ClipboardBuffer {
ReadableDataObject.cpp 41 static PasteboardPrivate::ClipboardBuffer clipboardBuffer(Clipboard::ClipboardType clipboardType)
79 PasteboardPrivate::ClipboardBuffer buffer =
85 PasteboardPrivate::ClipboardBuffer buffer =
96 clipboardBuffer(m_clipboardType), type, data, ignoredMetadata);
105 clipboardBuffer(m_clipboardType), mimeTypeTextURIList, ignoredData, urlTitle);
114 clipboardBuffer(m_clipboardType), mimeTypeTextHTML, ignoredData, htmlBaseUrl);
126 return PlatformBridge::clipboardReadFilenames(clipboardBuffer(m_clipboardType));
135 clipboardBuffer(m_clipboardType), &m_containsFilenames);
PlatformBridge.h 97 static bool clipboardIsFormatAvailable(PasteboardPrivate::ClipboardFormat, PasteboardPrivate::ClipboardBuffer);
99 static String clipboardReadPlainText(PasteboardPrivate::ClipboardBuffer);
100 static void clipboardReadHTML(PasteboardPrivate::ClipboardBuffer, String*, KURL*);
101 static PassRefPtr<SharedBuffer> clipboardReadImage(PasteboardPrivate::ClipboardBuffer);
113 static HashSet<String> clipboardReadAvailableTypes(PasteboardPrivate::ClipboardBuffer, bool* containsFilenames);
114 static bool clipboardReadData(PasteboardPrivate::ClipboardBuffer, const String& type, String& data, String& metadata);
115 static Vector<String> clipboardReadFilenames(PasteboardPrivate::ClipboardBuffer);
ChromiumDataObject.cpp 133 PasteboardPrivate::ClipboardBuffer buffer =
157 PasteboardPrivate::ClipboardBuffer buffer =
ChromiumDataObjectLegacy.cpp 131 PasteboardPrivate::ClipboardBuffer buffer =
155 PasteboardPrivate::ClipboardBuffer buffer =
PasteboardChromium.cpp 169 PasteboardPrivate::ClipboardBuffer buffer = m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer;
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 153 PasteboardPrivate::ClipboardBuffer buffer)
161 PasteboardPrivate::ClipboardBuffer buffer)
168 PasteboardPrivate::ClipboardBuffer buffer,
178 PasteboardPrivate::ClipboardBuffer buffer)
222 PasteboardPrivate::ClipboardBuffer buffer, bool* containsFilenames)
232 bool PlatformBridge::clipboardReadData(PasteboardPrivate::ClipboardBuffer buffer,
246 Vector<String> PlatformBridge::clipboardReadFilenames(PasteboardPrivate::ClipboardBuffer buffer)
    [all...]

Completed in 71 milliseconds