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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc90 const std::vector<string16>& subtexts() const { function in class:autofill::__anon6021::TestAutofillPopupController
91 return AutofillPopupControllerImpl::subtexts();
229 static_cast<int>(autofill_popup_controller_->subtexts().size()));
234 autofill_popup_controller_->subtexts().size() - 1),
283 autofill_popup_controller_->subtexts().size() - 1);
342 std::vector<string16> subtexts(4);
350 // Give elements 1 and 3 subtexts and elements 2 and 3 icons, to ensure
351 // all combinations of subtexts and icons.
352 subtexts[1] = ASCIIToUTF16("x");
353 subtexts[
532 std::vector<string16> subtexts; local
[all...]
H A Dautofill_popup_controller_impl.cc115 const std::vector<string16>& subtexts,
118 SetValues(names, subtexts, icons, identifiers);
370 const std::vector<string16>& AutofillPopupControllerImpl::subtexts() const { function in class:autofill::AutofillPopupControllerImpl
532 const std::vector<string16>& subtexts,
537 subtexts_ = subtexts;
561 DCHECK_EQ(names().size(), subtexts().size());
564 subtext_font_.GetStringWidth(subtexts()[i]) +
113 Show( const std::vector<string16>& names, const std::vector<string16>& subtexts, const std::vector<string16>& icons, const std::vector<int>& identifiers) argument
530 SetValues( const std::vector<string16>& names, const std::vector<string16>& subtexts, const std::vector<string16>& icons, const std::vector<int>& identifiers) argument

Completed in 29 milliseconds