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

  /external/webkit/Source/WebCore/platform/chromium/
PasteboardPrivate.h 45 StandardBuffer,
ReadableDataObject.cpp 43 return clipboardType == Clipboard::DragAndDrop ? PasteboardPrivate::DragBuffer : PasteboardPrivate::StandardBuffer;
82 PasteboardPrivate::StandardBuffer;
88 PasteboardPrivate::StandardBuffer;
DataTransferItemChromium.cpp 97 callback->scheduleCallback(m_context, PlatformBridge::clipboardReadPlainText(PasteboardPrivate::StandardBuffer));
103 PlatformBridge::clipboardReadHTML(PasteboardPrivate::StandardBuffer, &html, &ignoredSourceURL);
126 RefPtr<SharedBuffer> data = PlatformBridge::clipboardReadImage(PasteboardPrivate::StandardBuffer);
ChromiumDataObject.cpp 106 return PlatformBridge::clipboardReadAvailableTypes(PasteboardPrivate::StandardBuffer,
136 PasteboardPrivate::StandardBuffer;
160 PasteboardPrivate::StandardBuffer;
234 PlatformBridge::clipboardReadAvailableTypes(PasteboardPrivate::StandardBuffer,
PasteboardChromium.cpp 158 return PlatformBridge::clipboardIsFormatAvailable(PasteboardPrivate::WebSmartPasteFormat, m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer);
163 return PlatformBridge::clipboardReadPlainText(m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer);
169 PasteboardPrivate::ClipboardBuffer buffer = m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer;
ChromiumDataObjectLegacy.cpp 134 PasteboardPrivate::StandardBuffer;
158 PasteboardPrivate::StandardBuffer;
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 227 COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::BufferStandard, PasteboardPrivate::StandardBuffer);

Completed in 21 milliseconds