OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:both_visible
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/controls/
single_split_view.cc
107
bool
both_visible
= child_count() > 1 && child_at(0)->visible() &&
local
109
return
both_visible
&& !resize_disabled_ ? kDividerSize : 0;
Completed in 41 milliseconds