Lines Matching full:clipboard
17 #include "ui/base/clipboard/scoped_clipboard_writer.h"
143 ui::ScopedClipboardWriter scw(g_browser_process->clipboard());
146 // clipboard.
154 // Also write the URL to the clipboard as text so that it can be pasted
156 // want to clobber the X clipboard when the user copies out of the omnibox
169 ui::Clipboard* clipboard = g_browser_process->clipboard();
170 clipboard->ReadData(kClipboardFormatString, &data);
180 clipboard->ReadBookmark(&title, &url);
196 return g_browser_process->clipboard()->IsFormatAvailableByString(
197 BookmarkNodeData::kClipboardFormatString, ui::Clipboard::BUFFER_STANDARD);
224 // clipboard.
251 // See if there is a URL on the clipboard.