HomeSort by relevance Sort by last modified time
    Searched refs:subtexts (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 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; local
    [all...]
autofill_popup_controller.h 56 // TODO(csharp): The names, subtexts and icon getters can probably be adjusted
63 virtual const std::vector<base::string16>& subtexts() const = 0;
autofill_popup_controller_impl.h 42 const std::vector<base::string16>& subtexts,
93 virtual const std::vector<base::string16>& subtexts() const OVERRIDE;
132 const std::vector<base::string16>& subtexts,
autofill_popup_controller_impl.cc 128 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_) +
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 110 gfx::GetStringWidth(controller_->subtexts()[index],
116 controller_->subtexts()[index],
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 67 controller_->subtexts()[i]);

Completed in 106 milliseconds