Home | History | Annotate | Download | only in autofill

Lines Matching refs:subtexts

89   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, icons, ids);
505 std::vector<base::string16> subtexts;
506 subtexts.push_back(ASCIIToUTF16("Label that will be trimmed"));
507 subtexts.push_back(ASCIIToUTF16("Untrimmed"));
513 autofill_popup_controller_->Show(names, subtexts, icons, autofill_ids);
520 subtexts[0], autofill_popup_controller_->subtext_font_list()) - 25;
524 autofill_popup_controller_->Show(names, subtexts, icons, autofill_ids);
528 EXPECT_NE(subtexts[0], autofill_popup_controller_->subtexts()[0]);
532 EXPECT_EQ(subtexts[1], autofill_popup_controller_->subtexts()[1]);