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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 90 const std::vector<string16>& subtexts() const { function in class:autofill::__anon8427::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[3] = ASCIIToUTF16("x")
532 std::vector<string16> subtexts; local
    [all...]
autofill_popup_controller.h 77 // TODO(csharp): The names, subtexts and icon getters can probably be adjusted
84 virtual const std::vector<string16>& subtexts() const = 0;
autofill_popup_controller_impl.h 49 const std::vector<string16>& subtexts,
97 virtual const std::vector<string16>& subtexts() const OVERRIDE;
136 const std::vector<string16>& subtexts,
autofill_popup_controller_impl.cc 115 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]) +
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 66 controller_->subtexts()[i]);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 213 x_align_left -= canvas->GetStringWidth(controller_->subtexts()[index],
218 controller_->subtexts()[index],
223 canvas->GetStringWidth(controller_->subtexts()[index],
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 269 SetLayoutText(controller_->subtexts()[index],
274 controller_->subtexts()[index]);

Completed in 116 milliseconds