HomeSort by relevance Sort by last modified time
    Searched refs:CLIPBOARD_TYPE_COPY_PASTE (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/ui/base/clipboard/
clipboard_types.h 14 CLIPBOARD_TYPE_COPY_PASTE,
clipboard_unittest.cc 57 CLIPBOARD_TYPE_COPY_PASTE);
61 clipboard().Clear(CLIPBOARD_TYPE_COPY_PASTE);
64 Clipboard::GetPlainTextWFormatType(), CLIPBOARD_TYPE_COPY_PASTE));
66 Clipboard::GetPlainTextFormatType(), CLIPBOARD_TYPE_COPY_PASTE));
75 CLIPBOARD_TYPE_COPY_PASTE);
80 Clipboard::GetPlainTextWFormatType(), CLIPBOARD_TYPE_COPY_PASTE));
82 CLIPBOARD_TYPE_COPY_PASTE));
83 clipboard().ReadText(CLIPBOARD_TYPE_COPY_PASTE, &text_result);
86 clipboard().ReadAsciiText(CLIPBOARD_TYPE_COPY_PASTE, &ascii_text);
97 CLIPBOARD_TYPE_COPY_PASTE);
    [all...]
clipboard_android.cc 216 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
235 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
241 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
249 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
264 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
272 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
283 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
301 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
clipboard_win.cc 215 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
378 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
384 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
389 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
430 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
452 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
478 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
526 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
532 DCHECK_EQ(type, CLIPBOARD_TYPE_COPY_PASTE);
604 DCHECK_EQ(clipboard_type, CLIPBOARD_TYPE_COPY_PASTE);
    [all...]
clipboard_aurax11.cc 346 if (type == CLIPBOARD_TYPE_COPY_PASTE)
364 if (type == CLIPBOARD_TYPE_COPY_PASTE)
382 if (type == CLIPBOARD_TYPE_COPY_PASTE)
479 if (type == CLIPBOARD_TYPE_COPY_PASTE)
544 if (type == CLIPBOARD_TYPE_COPY_PASTE) {
689 CLIPBOARD_TYPE_COPY_PASTE, aurax11_details_->GetAtomsForFormat(format)));
696 if (type == CLIPBOARD_TYPE_COPY_PASTE)
clipboard_gtk.cc 230 if (type == CLIPBOARD_TYPE_COPY_PASTE) {
587 if (type == CLIPBOARD_TYPE_COPY_PASTE)
666 case CLIPBOARD_TYPE_COPY_PASTE:
clipboard.h 184 case CLIPBOARD_TYPE_COPY_PASTE:
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_mac.cc 11 return PasteboardContainsBookmarks(ui::CLIPBOARD_TYPE_COPY_PASTE);
bookmark_node_data.cc 122 ui::CLIPBOARD_TYPE_COPY_PASTE);
157 DCHECK_EQ(type, ui::CLIPBOARD_TYPE_COPY_PASTE);
159 ui::CLIPBOARD_TYPE_COPY_PASTE);
188 DCHECK_EQ(type, ui::CLIPBOARD_TYPE_COPY_PASTE);
bookmark_utils_unittest.cc 88 ui::CLIPBOARD_TYPE_COPY_PASTE);
bookmark_utils.cc 119 BookmarkNodeData(nodes).WriteToClipboard(ui::CLIPBOARD_TYPE_COPY_PASTE);
137 if (!bookmark_data.ReadFromClipboard(ui::CLIPBOARD_TYPE_COPY_PASTE))
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_unittest.cc 76 ui::CLIPBOARD_TYPE_COPY_PASTE);
86 ui::CLIPBOARD_TYPE_COPY_PASTE);
95 clipboard->WriteObjects(ui::CLIPBOARD_TYPE_COPY_PASTE,
107 ui::CLIPBOARD_TYPE_COPY_PASTE);
115 ui::CLIPBOARD_TYPE_COPY_PASTE);
126 ui::CLIPBOARD_TYPE_COPY_PASTE);
omnibox_view.cc 53 ui::CLIPBOARD_TYPE_COPY_PASTE)) {
55 clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &text);
67 ui::CLIPBOARD_TYPE_COPY_PASTE)) {
omnibox_view_browsertest.cc 133 ui::ScopedClipboardWriter writer(clipboard, ui::CLIPBOARD_TYPE_COPY_PASTE);
    [all...]
  /external/chromium_org/chrome/common/net/
url_util.cc 29 ui::ScopedClipboardWriter scw(clipboard, ui::CLIPBOARD_TYPE_COPY_PASTE);
  /external/chromium_org/content/renderer/
scoped_clipboard_writer_glue.cc 12 ui::CLIPBOARD_TYPE_COPY_PASTE),
webclipboard_impl.cc 53 ui::ClipboardType clipboard_type = ui::CLIPBOARD_TYPE_COPY_PASTE;
218 *result = ui::CLIPBOARD_TYPE_COPY_PASTE;
  /external/chromium_org/content/browser/renderer_host/
clipboard_message_filter.cc 31 clipboard->WriteObjects(ui::CLIPBOARD_TYPE_COPY_PASTE, *objects);
139 ui::CLIPBOARD_TYPE_COPY_PASTE, *sanitized_objects.get());
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.cc 32 return ui::CLIPBOARD_TYPE_COPY_PASTE;
37 return ui::CLIPBOARD_TYPE_COPY_PASTE;
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 289 clipboard->WriteObjects(ui::CLIPBOARD_TYPE_COPY_PASTE, objects);
296 clipboard->ReadAsciiText(ui::CLIPBOARD_TYPE_COPY_PASTE, &text);
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 515 ui::CLIPBOARD_TYPE_COPY_PASTE).WriteText(GetSelectedText());
533 ui::CLIPBOARD_TYPE_COPY_PASTE).WriteText(GetSelectedText());
541 ui::Clipboard::GetForCurrentThread()->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE,
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 635 ui::ScopedClipboardWriter scw(cb, ui::CLIPBOARD_TYPE_COPY_PASTE);
639 ui::CLIPBOARD_TYPE_COPY_PASTE));
660 ui::CLIPBOARD_TYPE_COPY_PASTE));
661 cb->ReadAsciiText(ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 125 ui::Clipboard::GetForCurrentThread(), ui::CLIPBOARD_TYPE_COPY_PASTE);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 312 ui::CLIPBOARD_TYPE_COPY_PASTE, &result);
  /external/chromium_org/ui/views/controls/
message_box_view.cc 164 ui::ScopedClipboardWriter scw(clipboard, ui::CLIPBOARD_TYPE_COPY_PASTE);

Completed in 1407 milliseconds

1 2