Lines Matching refs:Clipboard
14 #include "ui/base/clipboard/clipboard.h"
1544 ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
1572 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
1579 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
1580 // Cut should have failed, so the clipboard content should not have changed.
1586 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
1587 // Cut should have failed, so the clipboard content should not have changed.
1594 // Start with |read_only| to observe a change in clipboard text.
1598 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
1604 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
1610 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
1611 // Text cannot be copied from an obscured field; the clipboard won't change.