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

  /external/chromium_org/ui/base/x/
selection_owner.h 36 const SelectionFormatMap& selection_format_map() { return format_map_; }
43 void TakeOwnershipOfSelection(const SelectionFormatMap& data);
63 SelectionFormatMap format_map_;
selection_utils.h 53 // assumed to be allocated with new char[], and is owned by SelectionFormatMap.
54 class UI_EXPORT SelectionFormatMap {
60 SelectionFormatMap();
61 ~SelectionFormatMap();
selection_owner.cc 43 for (SelectionFormatMap::const_iterator it = format_map_.begin();
50 const SelectionFormatMap& data) {
63 format_map_ = SelectionFormatMap();
97 SelectionFormatMap::const_iterator it =
selection_utils.cc 97 SelectionFormatMap::SelectionFormatMap() {}
99 SelectionFormatMap::~SelectionFormatMap() {}
101 void SelectionFormatMap::Insert(
108 ui::SelectionData SelectionFormatMap::GetFirstOf(
121 std::vector< ::Atom> SelectionFormatMap::GetTypes() const {
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 39 const SelectionFormatMap& selection);
56 SelectionFormatMap GetFormatMap() const;
125 SelectionFormatMap format_map_;
os_exchange_data_provider_aurax11.cc 44 const SelectionFormatMap& selection)
99 SelectionFormatMap OSExchangeDataProviderAuraX11::GetFormatMap() const {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 38 class SelectionFormatMap;
129 ui::SelectionFormatMap GetFormatMap() const;
desktop_drag_drop_client_aurax11.cc 165 const ui::SelectionFormatMap& fetched_targets() { return fetched_targets_; }
198 // A SelectionFormatMap of data that we have in our process.
199 ui::SelectionFormatMap fetched_targets_;
283 fetched_targets_ = ui::SelectionFormatMap();
772 ui::SelectionFormatMap DesktopDragDropClientAuraX11::GetFormatMap() const {
774 ui::SelectionFormatMap();
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 241 // Finds the SelectionFormatMap for the incoming selection atom.
242 const SelectionFormatMap& LookupStorageForAtom(::Atom atom);
302 SelectionFormatMap clipboard_data_;
352 const SelectionFormatMap& Clipboard::AuraX11Details::LookupStorageForAtom(
371 clipboard_data_ = SelectionFormatMap();
395 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
399 SelectionFormatMap::const_iterator format_map_it = format_map.find(*it);
421 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
423 for (SelectionFormatMap::const_iterator it = format_map.begin();

Completed in 672 milliseconds