Home
last modified time | relevance | path

Searched refs:total_text_length (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc145 int total_text_length = name_width + subtext_width; in Show() local
149 if (total_text_length == 0) in Show()
155 int name_size = available_width * name_width / total_text_length; in Show()
161 int subtext_size = available_width * subtext_width / total_text_length; in Show()