autofill_popup_controller_impl.cc | 128 const std::vector<base::string16>& subtexts, 131 SetValues(names, subtexts, icons, identifiers); 389 const std::vector<base::string16>& AutofillPopupControllerImpl::subtexts() function in class:autofill::AutofillPopupControllerImpl 538 const std::vector<base::string16>& subtexts, 543 subtexts_ = subtexts; 561 DCHECK_EQ(names().size(), subtexts().size()); 565 gfx::GetStringWidth(subtexts()[i], subtext_font_list_) +
|