Searched refs:AddProfile (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.h142 bool AddProfile(Profile* profile);
H A Dprofile_manager.cc218 bool result = AddProfile(profile);
260 bool ProfileManager::AddProfile(Profile* profile) { function in class:ProfileManager
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.h106 void AddProfile(const AutofillProfile& profile);
H A Dautofill_manager_unittest.cc72 void AddProfile(AutofillProfile* profile) { function in class:__anon1303::TestPersonalDataManager
428 void AddProfile(AutofillProfile* profile) { function in class:__anon1303::TestAutofillManager
429 test_personal_data_->AddProfile(profile);
721 autofill_manager_->AddProfile(duplicate_profile);
1368 autofill_manager_->AddProfile(profile);
1415 autofill_manager_->AddProfile(profile);
1461 autofill_manager_->AddProfile(profile);
H A Dpersonal_data_manager.cc467 void PersonalDataManager::AddProfile(const AutofillProfile& profile) { function in class:PersonalDataManager
883 AddProfile(imported_profile);
H A Dautofill_metrics_unittest.cc76 virtual void AddProfile(AutofillProfile* profile) { function in class:__anon1306::TestPersonalDataManager
/external/chromium/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc420 personal_data_->AddProfile(profile);

Completed in 482 milliseconds