HomeSort by relevance Sort by last modified time
    Searched refs:WriteToClipboard (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_mac.cc 14 void BookmarkNodeData::WriteToClipboard(ui::ClipboardType type) {
bookmark_node_data.h 108 void WriteToClipboard(ui::ClipboardType type);
111 // WriteToClipboard() but will also attempt to read a plain bookmark.
bookmark_node_data.cc 156 void BookmarkNodeData::WriteToClipboard(ui::ClipboardType type) {
bookmark_utils.cc 119 BookmarkNodeData(nodes).WriteToClipboard(ui::CLIPBOARD_TYPE_COPY_PASTE);
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 19 void WriteToClipboard(const std::vector<BookmarkNodeData::Element>& elements,
bookmark_node_data.h 93 void WriteToClipboard(Profile* profile) const;
96 // written via WriteToClipboard but will also attempt to read a plain
bookmark_node_data.cc 142 void BookmarkNodeData::WriteToClipboard(Profile* profile) const {
200 void BookmarkNodeData::WriteToClipboard(Profile* profile) const {
201 bookmark_pasteboard_helper_mac::WriteToClipboard(elements, profile_path_);
bookmark_utils.cc 406 BookmarkNodeData(nodes).WriteToClipboard(NULL);
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 234 WriteToClipboard(CF_UNICODETEXT, glob);
250 WriteToClipboard(Clipboard::GetHtmlFormatType().ToUINT(), glob);
268 WriteToClipboard(GetUrlWFormatType().ToUINT(), glob);
353 WriteToClipboard(CF_BITMAP, hbitmap);
366 WriteToClipboard(format.ToUINT(), hdata);
369 void Clipboard::WriteToClipboard(unsigned int format, HANDLE handle) {
clipboard.h 347 void WriteToClipboard(unsigned int format, HANDLE handle);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 758 data.WriteToClipboard(ui::CLIPBOARD_TYPE_COPY_PASTE);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc     [all...]

Completed in 131 milliseconds