HomeSort by relevance Sort by last modified time
    Searched refs:atom_properties (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
fullscreen_linux.cc 120 std::vector<Atom> atom_properties; local
123 &atom_properties) &&
124 std::find(atom_properties.begin(), atom_properties.end(), desktop_atom)
125 != atom_properties.end())
  /external/chromium_org/chrome/browser/
fullscreen_gtk.cc 119 std::vector<Atom> atom_properties; local
122 &atom_properties) &&
123 std::find(atom_properties.begin(), atom_properties.end(), desktop_atom)
124 != atom_properties.end())
  /external/chromium_org/ui/base/x/
x11_util.cc 911 Atom* atom_properties = reinterpret_cast<Atom*>(properties); local
913 value->insert(value->begin(), atom_properties, atom_properties + num_items);
1426 std::vector<Atom> atom_properties; local
    [all...]

Completed in 1312 milliseconds