Searched defs:subtexts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc89 using AutofillPopupControllerImpl::subtexts;
196 static_cast<int>(autofill_popup_controller_->subtexts().size()));
201 autofill_popup_controller_->subtexts().size() - 1),
250 autofill_popup_controller_->subtexts().size() - 1);
309 std::vector<base::string16> subtexts(4);
317 // Give elements 1 and 3 subtexts and elements 2 and 3 icons, to ensure
318 // all combinations of subtexts and icons.
319 subtexts[1] = ASCIIToUTF16("x");
320 subtexts[3] = ASCIIToUTF16("x");
323 autofill_popup_controller_->Show(names, subtexts, icon
505 std::vector<base::string16> subtexts; local
[all...]
H A Dautofill_popup_controller_impl.cc128 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
539 const std::vector<base::string16>& subtexts,
544 subtexts_ = subtexts;
562 DCHECK_EQ(names().size(), subtexts().size());
566 gfx::GetStringWidth(subtexts()[i], subtext_font_list_) +
126 Show( const std::vector<base::string16>& names, const std::vector<base::string16>& subtexts, const std::vector<base::string16>& icons, const std::vector<int>& identifiers) argument
537 SetValues( const std::vector<base::string16>& names, const std::vector<base::string16>& subtexts, const std::vector<base::string16>& icons, const std::vector<int>& identifiers) argument

Completed in 106 milliseconds