Home | History | Annotate | Download | only in x

Lines Matching refs:Atom

31 // Gets the value of an atom pair array property. On success, true is returned
34 Atom property,
35 std::vector<std::pair<Atom,Atom> >* value) {
36 Atom type = None;
65 Atom* atom_properties = reinterpret_cast<Atom*>(properties);
77 Atom selection_name)
92 void SelectionOwner::RetrieveTargets(std::vector<Atom>* targets) {
128 std::vector<std::pair<Atom,Atom> > conversions;
132 std::vector<Atom> conversion_results;
172 bool SelectionOwner::ProcessTarget(Atom target,
174 ::Atom property) {
175 Atom multiple_atom = atom_cache_.GetAtom(kMultiple);
176 Atom save_targets_atom = atom_cache_.GetAtom(kSaveTargets);
177 Atom targets_atom = atom_cache_.GetAtom(kTargets);
183 // We have been asked for TARGETS. Send an atom array back with the data
185 std::vector<Atom> targets;