Searched refs:atom_properties (Results 1 – 2 of 2) sorted by relevance
90 XAtom* atom_properties = reinterpret_cast<XAtom*>(properties); in GetAtomPairArrayProperty() local93 value->push_back(std::make_pair(atom_properties[i], atom_properties[i+1])); in GetAtomPairArrayProperty()
876 XAtom* atom_properties = reinterpret_cast<XAtom*>(properties); in GetAtomArrayProperty() local878 value->insert(value->begin(), atom_properties, atom_properties + num_items); in GetAtomArrayProperty()1285 std::vector<XAtom> atom_properties; in IsX11WindowFullScreen() local1288 &atom_properties)) { in IsX11WindowFullScreen()1289 return std::find(atom_properties.begin(), in IsX11WindowFullScreen()1290 atom_properties.end(), in IsX11WindowFullScreen()1292 atom_properties.end(); in IsX11WindowFullScreen()