subtexts           66 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc                                                 controller_->subtexts()[i]);
subtexts           63 chrome/browser/ui/autofill/autofill_popup_controller.h   virtual const std::vector<base::string16>& subtexts() const = 0;
subtexts          126 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc     const std::vector<base::string16>& subtexts,
subtexts          129 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc   SetValues(names, subtexts, icons, identifiers);
subtexts          554 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc     const std::vector<base::string16>& subtexts,
subtexts          559 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc   subtexts_ = subtexts;
subtexts          577 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc   DCHECK_EQ(names().size(), subtexts().size());
subtexts          581 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc         gfx::GetStringWidth(subtexts()[i], subtext_font_list_) +
subtexts           42 chrome/browser/ui/autofill/autofill_popup_controller_impl.h             const std::vector<base::string16>& subtexts,
subtexts           95 chrome/browser/ui/autofill/autofill_popup_controller_impl.h   virtual const std::vector<base::string16>& subtexts() const OVERRIDE;
subtexts          134 chrome/browser/ui/autofill/autofill_popup_controller_impl.h                  const std::vector<base::string16>& subtexts,
subtexts           92 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   using AutofillPopupControllerImpl::subtexts;
subtexts          199 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc       static_cast<int>(autofill_popup_controller_->subtexts().size()));
subtexts          204 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc       autofill_popup_controller_->subtexts().size() - 1),
subtexts          253 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc       autofill_popup_controller_->subtexts().size() - 1);
subtexts          312 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   std::vector<base::string16> subtexts(4);
subtexts          322 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   subtexts[1] = ASCIIToUTF16("x");
subtexts          323 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   subtexts[3] = ASCIIToUTF16("x");
subtexts          326 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   autofill_popup_controller_->Show(names, subtexts, icons, ids);
subtexts          508 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   std::vector<base::string16> subtexts;
subtexts          509 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   subtexts.push_back(ASCIIToUTF16("Label that will be trimmed"));
subtexts          510 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   subtexts.push_back(ASCIIToUTF16("Untrimmed"));
subtexts          516 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   autofill_popup_controller_->Show(names, subtexts, icons, autofill_ids);
subtexts          523 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc           subtexts[0], autofill_popup_controller_->subtext_font_list()) - 25;
subtexts          527 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   autofill_popup_controller_->Show(names, subtexts, icons, autofill_ids);
subtexts          531 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   EXPECT_NE(subtexts[0], autofill_popup_controller_->subtexts()[0]);
subtexts          535 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   EXPECT_EQ(subtexts[1], autofill_popup_controller_->subtexts()[1]);
subtexts          272 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc   SetLayoutText(controller_->subtexts()[index],
subtexts          276 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc     x_align_left -= gfx::GetStringWidth(controller_->subtexts()[index],
subtexts          111 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc       gfx::GetStringWidth(controller_->subtexts()[index],
subtexts          117 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc       controller_->subtexts()[index],