HomeSort by relevance Sort by last modified time
    Searched defs:subtexts (Results 1 - 2 of 2) 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_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
538 const std::vector<base::string16>& subtexts,
543 subtexts_ = subtexts;
561 DCHECK_EQ(names().size(), subtexts().size());
565 gfx::GetStringWidth(subtexts()[i], subtext_font_list_) +

Completed in 894 milliseconds