Home | History | Annotate | Download | only in dragdrop

Lines Matching refs:atom_cache_

55       atom_cache_(x_display_, kAtomsToCache),
58 atom_cache_.GetAtom(kDndSelection)) {
60 atom_cache_.allow_uncached_atoms();
77 atom_cache_(x_display_, kAtomsToCache),
80 atom_cache_.GetAtom(kDndSelection)) {
82 atom_cache_.allow_uncached_atoms();
119 format_map_.Insert(atom_cache_.GetAtom(kRendererTaint),
125 return format_map_.find(atom_cache_.GetAtom(kRendererTaint)) !=
137 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem);
138 format_map_.Insert(atom_cache_.GetAtom(kText), mem);
139 format_map_.Insert(atom_cache_.GetAtom(kString), mem);
140 format_map_.Insert(atom_cache_.GetAtom(kUtf8String), mem);
158 format_map_.Insert(atom_cache_.GetAtom(kMimeTypeMozillaURL), mem);
178 format_map_.Insert(atom_cache_.GetAtom(kNetscapeURL),
204 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeURIList), mem);
218 format_map_.Insert(atom_cache_.GetAtom(format.ToString().c_str()), mem);
229 std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
247 std::vector< ::Atom> url_atoms = ui::GetURLAtomsFrom(&atom_cache_);
257 if (data.GetType() == atom_cache_.GetAtom(kMimeTypeMozillaURL)) {
273 } else if (data.GetType() == atom_cache_.GetAtom(
304 std::vector< ::Atom> url_atoms = ui::GetURIListAtomsFrom(&atom_cache_);
329 requested_types.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
344 std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
352 std::vector< ::Atom> url_atoms = ui::GetURLAtomsFrom(&atom_cache_);
363 if (data.GetType() == atom_cache_.GetAtom(kMimeTypeMozillaURL)) {
366 } else if (data.GetType() == atom_cache_.GetAtom(
384 std::vector< ::Atom> url_atoms = ui::GetURIListAtomsFrom(&atom_cache_);
412 url_atoms.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
424 format_map_.find(atom_cache_.GetAtom(kMimeTypeMozillaURL)));
445 atom_cache_.GetAtom("XdndDirectSave0"),
450 atom_cache_.GetAtom("application/octet-stream"),
466 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeHTML), mem);
472 url_atoms.push_back(atom_cache_.GetAtom(Clipboard::kMimeTypeHTML));
488 url_atoms.push_back(atom_cache_.GetAtom(Clipboard::kMimeTypeHTML));