OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wm_states
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc
51
std::vector<Atom>
wm_states
;
variable
52
if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &
wm_states
)) {
54
wm_states
.begin(),
55
wm_states
.end(),
57
return it ==
wm_states
.end();
/external/chromium_org/ui/base/x/
x11_util.cc
556
std::vector<Atom>
wm_states
;
557
if (GetAtomArrayProperty(window, "_NET_WM_STATE", &
wm_states
)) {
559
if (std::find(
wm_states
.begin(),
wm_states
.end(), hidden_atom) !=
560
wm_states
.end()) {
[
all
...]
Completed in 99 milliseconds