Searched refs:child_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.cc75 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/
H A Dbox_layout.cc101 int child_width = width - NonChildSize(host).width(); local
102 return GetPreferredSizeForChildWidth(host, child_width).height();

Completed in 988 milliseconds