OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc
75
double
child_width
=
local
79
int next_x = bounds.x() + static_cast<int>(((i + 1) *
child_width
) + 0.5);
/external/chromium_org/ui/views/layout/
box_layout.cc
101
int
child_width
= width - NonChildSize(host).width();
local
102
return GetPreferredSizeForChildWidth(host,
child_width
).height();
Completed in 97 milliseconds