BufferStandard 129 Source/core/clipboard/DataObjectItem.cpp RefPtr<SharedBuffer> data = static_cast<PassRefPtr<SharedBuffer> >(blink::Platform::current()->clipboard()->readImage(blink::WebClipboard::BufferStandard)); BufferStandard 55 Source/core/clipboard/Pasteboard.cpp : m_buffer(blink::WebClipboard::BufferStandard) BufferStandard 66 Source/core/clipboard/Pasteboard.cpp m_buffer = selectionMode ? blink::WebClipboard::BufferSelection : blink::WebClipboard::BufferStandard;