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

  /external/webkit/Source/WebCore/platform/chromium/
PasteboardPrivate.h 46 SelectionBuffer,
ReadableDataObject.cpp 81 PasteboardPrivate::SelectionBuffer :
87 PasteboardPrivate::SelectionBuffer :
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;
ChromiumDataObject.cpp 135 PasteboardPrivate::SelectionBuffer :
159 PasteboardPrivate::SelectionBuffer :
ChromiumDataObjectLegacy.cpp 133 PasteboardPrivate::SelectionBuffer :
157 PasteboardPrivate::SelectionBuffer :
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 228 COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::BufferSelection, PasteboardPrivate::SelectionBuffer);

Completed in 504 milliseconds