Home
last modified time | relevance | path

Searched refs:web_profiles (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_merge_unittest.cc78 virtual const std::vector<AutofillProfile*>& web_profiles() OVERRIDE;
103 const std::vector<AutofillProfile*>& PersonalDataManagerMock::web_profiles() { in web_profiles() function in __anona4485d3b0111::PersonalDataManagerMock
214 *merged_profiles = SerializeProfiles(personal_data_->web_profiles()); in MergeProfiles()
Dpersonal_data_manager.h147 virtual const std::vector<AutofillProfile*>& web_profiles();
Dpersonal_data_manager.cc641 return web_profiles(); in profiles()
658 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() { in web_profiles() function in PersonalDataManager
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc252 personal_data_->web_profiles().begin(); in LoadAutofillData()
253 i != personal_data_->web_profiles().end(); ++i) { in LoadAutofillData()