Searched refs:SetCheckedItem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_models.h74 void SetCheckedItem(const std::string& item_key);
H A Dautofill_dialog_models.cc81 void SuggestionsMenuModel::SetCheckedItem(const std::string& item_key) { function in class:autofill::SuggestionsMenuModel
H A Dautofill_dialog_controller_impl.cc1434 SuggestionsMenuModelForSection(section)->SetCheckedItem(kAddNewItemKey);
2977 suggested_shipping_.SetCheckedItem(kSameAsBillingKey);
2999 suggested_shipping_.SetCheckedItem(key);
3054 suggested_cc_billing_.SetCheckedItem(default_instrument_key);
3056 suggested_cc_billing_.SetCheckedItem(first_active_instrument_key);
3058 suggested_cc_billing_.SetCheckedItem(kAddNewItemKey);
3165 model->SetCheckedItem(guid);
3167 model->SetCheckedItem(guid);

Completed in 1344 milliseconds