Searched refs:subtexts (Results 1 - 6 of 6) 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.h42 const std::vector<base::string16>& subtexts,
93 virtual const std::vector<base::string16>& subtexts() const OVERRIDE;
132 const std::vector<base::string16>& subtexts,
H A Dautofill_popup_controller.h56 // TODO(csharp): The names, subtexts and icon getters can probably be adjusted
63 virtual const std::vector<base::string16>& subtexts() const = 0;
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
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc110 gfx::GetStringWidth(controller_->subtexts()[index],
116 controller_->subtexts()[index],
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_popup_view_android.cc67 controller_->subtexts()[i]);

Completed in 131 milliseconds