Home | History | Annotate | Download | only in x

Lines Matching refs:Atom

31 UI_EXPORT std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache);
33 UI_EXPORT std::vector< ::Atom> GetURLAtomsFrom(const X11AtomCache* atom_cache);
36 UI_EXPORT void GetAtomIntersection(const std::vector< ::Atom>& one,
37 const std::vector< ::Atom>& two,
38 std::vector< ::Atom>* output);
57 typedef std::map< ::Atom, scoped_refptr<base::RefCountedMemory> > InternalMap;
64 // Adds the selection in the format |atom|. Ownership of |data| is passed to
66 void Insert(::Atom atom, const scoped_refptr<base::RefCountedMemory>& item);
70 const std::vector< ::Atom>& requested_types) const;
73 std::vector< ::Atom> GetTypes() const;
78 const_iterator find(::Atom atom) const { return data_.find(atom); }
92 SelectionData(::Atom type,
99 ::Atom GetType() const;
115 ::Atom type_;