Searched refs:format_map_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_owner.h36 const SelectionFormatMap& selection_format_map() { return format_map_; }
63 SelectionFormatMap format_map_; member in class:ui::SelectionOwner
H A Dselection_owner.cc43 for (SelectionFormatMap::const_iterator it = format_map_.begin();
44 it != format_map_.end(); ++it) {
55 format_map_ = data;
63 format_map_ = SelectionFormatMap();
98 format_map_.find(event.target);
99 if (it != format_map_.end()) {
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc50 format_map_(selection),
72 format_map_(),
91 selection_owner_.TakeOwnershipOfSelection(format_map_);
107 ret->format_map_ = format_map_;
116 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem);
117 format_map_.Insert(atom_cache_.GetAtom(kText), mem);
118 format_map_.Insert(atom_cache_.GetAtom(kString), mem);
119 format_map_.Insert(atom_cache_.GetAtom(kUtf8String), mem);
135 format_map_
[all...]
H A Dos_exchange_data_provider_aurax11.h99 // Returns the targets in |format_map_|.
125 SelectionFormatMap format_map_; member in class:ui::OSExchangeDataProviderAuraX11
127 // Takes a snapshot of |format_map_| and offers it to other windows.

Completed in 42 milliseconds