Home
last modified time | relevance | path

Searched refs:SetValues (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.h147 void SetValues(const std::vector<base::string16>& names,
Dautofill_popup_controller_unittest.cc103 using AutofillPopupControllerImpl::SetValues;
483 popup_controller()->SetValues(names, names, names, ids); in TEST_F()
Dautofill_popup_controller_impl.cc132 SetValues(names, subtexts, icons, identifiers); in Show()
573 void AutofillPopupControllerImpl::SetValues( in SetValues() function in autofill::AutofillPopupControllerImpl