Home
last modified time | relevance | path

Searched refs:full_names_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc339 delegate_->DidAcceptSuggestion(full_names_[index], identifiers_[index]); in AcceptSuggestion()
516 delegate_->RemoveSuggestion(full_names_[selected_line_], in RemoveSelectedLine()
521 full_names_.erase(full_names_.begin() + selected_line_); in RemoveSelectedLine()
579 full_names_ = names; in SetValues()
696 full_names_.clear(); in ClearState()
Dautofill_popup_controller_impl.h236 std::vector<base::string16> full_names_; variable