Home | History | Annotate | Download | only in x

Lines Matching refs:Atom

31 UI_BASE_EXPORT std::vector< ::Atom> GetTextAtomsFrom(
34 UI_BASE_EXPORT std::vector< ::Atom> GetURLAtomsFrom(
37 UI_BASE_EXPORT std::vector< ::Atom> GetURIListAtomsFrom(
41 UI_BASE_EXPORT void GetAtomIntersection(const std::vector< ::Atom>& desired,
42 const std::vector< ::Atom>& offered,
43 std::vector< ::Atom>* output);
65 typedef std::map< ::Atom, scoped_refptr<base::RefCountedMemory> > InternalMap;
72 // Adds the selection in the format |atom|. Ownership of |data| is passed to
74 void Insert(::Atom atom, const scoped_refptr<base::RefCountedMemory>& item);
78 const std::vector< ::Atom>& requested_types) const;
81 std::vector< ::Atom> GetTypes() const;
86 const_iterator find(::Atom atom) const { return data_.find(atom); }
100 SelectionData(::Atom type,
107 ::Atom GetType() const;
123 ::Atom type_;