Home
last modified time | relevance | path

Searched refs:SuggestionItemSelected (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_models.h29 virtual void SuggestionItemSelected(SuggestionsMenuModel* model,
Dautofill_dialog_models.cc126 delegate_->SuggestionItemSelected(this, command_id); in ExecuteCommand()
Dautofill_dialog_controller_impl.h182 virtual void SuggestionItemSelected(SuggestionsMenuModel* model,
Dautofill_dialog_controller_unittest.cc1611 controller()->SuggestionItemSelected(shipping, shipping->GetItemCount() - 1); in TEST_F()
1616 controller()->SuggestionItemSelected(billing, billing->GetItemCount() - 1); in TEST_F()
Dautofill_dialog_controller_impl.cc2217 void AutofillDialogControllerImpl::SuggestionItemSelected( in SuggestionItemSelected() function in autofill::AutofillDialogControllerImpl