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

  /external/chromium_org/third_party/WebKit/public/platform/
WebClipboard.h 57 BufferStandard,
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardUtilitiesChromium.cpp 46 WebKit::WebClipboard::BufferStandard;
PasteboardChromium.cpp 165 return WebKit::Platform::current()->clipboard()->isFormatAvailable(WebKit::WebClipboard::FormatSmartPaste, m_selectionMode ? WebKit::WebClipboard::BufferSelection : WebKit::WebClipboard::BufferStandard);
170 return WebKit::Platform::current()->clipboard()->readPlainText(m_selectionMode ? WebKit::WebClipboard::BufferSelection : WebKit::WebClipboard::BufferStandard);
176 WebKit::WebClipboard::Buffer buffer = m_selectionMode ? WebKit::WebClipboard::BufferSelection : WebKit::WebClipboard::BufferStandard;
ChromiumDataObjectItem.cpp 142 RefPtr<SharedBuffer> data = static_cast<PassRefPtr<SharedBuffer> >(WebKit::Platform::current()->clipboard()->readImage(WebKit::WebClipboard::BufferStandard));
  /external/chromium_org/content/renderer/
webclipboard_impl.cc 46 return sequenceNumber(BufferStandard);
234 case BufferStandard:
  /external/chromium/webkit/glue/
webclipboard_impl.cc 236 case BufferStandard:
  /external/chromium_org/webkit/support/
mock_webclipboard_impl.cc 51 case BufferStandard:

Completed in 532 milliseconds