Searched refs:SelectionFormatMap (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_owner.h35 const SelectionFormatMap& selection_format_map() { return format_map_; }
42 void TakeOwnershipOfSelection(const SelectionFormatMap& data);
123 SelectionFormatMap format_map_;
H A Dselection_utils.cc120 SelectionFormatMap::SelectionFormatMap() {} function in class:ui::SelectionFormatMap
122 SelectionFormatMap::~SelectionFormatMap() {}
124 void SelectionFormatMap::Insert(
131 ui::SelectionData SelectionFormatMap::GetFirstOf(
144 std::vector< ::Atom> SelectionFormatMap::GetTypes() const {
H A Dselection_utils.h61 // assumed to be allocated with new char[], and is owned by SelectionFormatMap.
62 class UI_BASE_EXPORT SelectionFormatMap { class in namespace:ui
68 SelectionFormatMap();
69 ~SelectionFormatMap();
H A Dselection_owner.cc119 for (SelectionFormatMap::const_iterator it = format_map_.begin();
126 const SelectionFormatMap& data) {
137 format_map_ = SelectionFormatMap();
244 SelectionFormatMap::const_iterator it = format_map_.find(target);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.h40 const SelectionFormatMap& selection);
57 SelectionFormatMap GetFormatMap() const;
138 SelectionFormatMap format_map_;
H A Dos_exchange_data_provider_aurax11.cc50 const SelectionFormatMap& selection)
105 SelectionFormatMap OSExchangeDataProviderAuraX11::GetFormatMap() const {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.h41 class SelectionFormatMap;
174 ui::SelectionFormatMap GetFormatMap() const;
H A Ddesktop_drag_drop_client_aurax11.cc131 const ui::SelectionFormatMap& fetched_targets() { return fetched_targets_; }
177 // A SelectionFormatMap of data that we have in our process.
178 ui::SelectionFormatMap fetched_targets_;
270 fetched_targets_ = ui::SelectionFormatMap();
966 ui::SelectionFormatMap DesktopDragDropClientAuraX11::GetFormatMap() const {
968 ui::SelectionFormatMap();
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc244 // Finds the SelectionFormatMap for the incoming selection atom.
245 const SelectionFormatMap& LookupStorageForAtom(::Atom atom);
309 SelectionFormatMap clipboard_data_;
363 const SelectionFormatMap& Clipboard::AuraX11Details::LookupStorageForAtom(
373 clipboard_data_ = SelectionFormatMap();
397 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
401 SelectionFormatMap::const_iterator format_map_it = format_map.find(*it);
424 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
426 for (SelectionFormatMap::const_iterator it = format_map.begin();
501 const SelectionFormatMap
[all...]

Completed in 2115 milliseconds