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

  /external/chromium_org/ui/base/x/
selection_owner.h 36 const SelectionFormatMap& selection_format_map() { return format_map_; }
63 SelectionFormatMap format_map_; member in class:ui::SelectionOwner
selection_owner.cc 43 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/
os_exchange_data_provider_aurax11.cc 50 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_.Insert(atom_cache_.GetAtom(kMimeTypeMozillaURL), mem)
    [all...]
os_exchange_data_provider_aurax11.h 99 // 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 223 milliseconds