OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
844
Atom*
atom_properties
= reinterpret_cast<Atom*>(properties);
local
846
value->insert(value->begin(),
atom_properties
,
atom_properties
+ num_items);
1309
std::vector<Atom>
atom_properties
;
local
[
all
...]
Completed in 88 milliseconds