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 100 SelectionFormatMap::SelectionFormatMap() {}
102 SelectionFormatMap::~SelectionFormatMap() {}
104 void SelectionFormatMap::Insert(
110 ui::SelectionData SelectionFormatMap::GetFirstOf(
123 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 43 class SelectionFormatMap;
134 ui::SelectionFormatMap GetFormatMap() const;
desktop_drag_drop_client_aurax11.cc 162 const ui::SelectionFormatMap& fetched_targets() { return fetched_targets_; }
195 // A SelectionFormatMap of data that we have in our process.
196 ui::SelectionFormatMap fetched_targets_;
281 fetched_targets_ = ui::SelectionFormatMap();
765 ui::SelectionFormatMap DesktopDragDropClientAuraX11::GetFormatMap() const {
767 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(
370 clipboard_data_ = SelectionFormatMap();
394 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
398 SelectionFormatMap::const_iterator format_map_it = format_map.find(*it);
420 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
422 for (SelectionFormatMap::const_iterator it = format_map.begin();

Completed in 294 milliseconds