Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h109 void UpdateProfile(const AutofillProfile& profile);
Dpersonal_data_manager.cc482 void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) { in UpdateProfile() function in PersonalDataManager
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc422 personal_data_->UpdateProfile(profile); in SetAddress()