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

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc109 const int subtext_width = local
113 x_align_left -= subtext_width;
121 subtext_width,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc143 int subtext_width = gfx::GetStringWidth(subtexts_[i], subtext_font_list()); local
144 int total_text_length = name_width + subtext_width;
158 int subtext_size = available_width * subtext_width / total_text_length;

Completed in 234 milliseconds