Lines Matching refs:Clipboard
13 #include "ui/base/clipboard/clipboard.h"
15 // This class backs IPC requests from the renderer for clipboard data. In this
16 // context, clipboard does not only refer to the usual concept of a clipboard
17 // for copy/paste, which is why it's not in app/clipboard/clipboard.h. It can
19 // - The copy/paste clipboard, which contains data that has been copied/cut.
20 // - The dragging clipboard, which contains data that is currently being
22 // - On X, the selection clipboard, which contains data for the current
26 static bool ReadAvailableTypes(ui::Clipboard::Buffer buffer,
29 static bool ReadData(ui::Clipboard::Buffer buffer, const string16& type,
31 static bool ReadFilenames(ui::Clipboard::Buffer buffer,