HomeSort by relevance Sort by last modified time
    Searched refs:web_profiles (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_merge_unittest.cc 78 virtual const std::vector<AutofillProfile*>& web_profiles() OVERRIDE;
103 const std::vector<AutofillProfile*>& PersonalDataManagerMock::web_profiles() { function in class:__anon2868::PersonalDataManagerMock
214 *merged_profiles = SerializeProfiles(personal_data_->web_profiles());
personal_data_manager.h 145 // auxiliary profiles. |web_profiles()| returns only web profiles.
147 virtual const std::vector<AutofillProfile*>& web_profiles();
personal_data_manager.cc 641 return web_profiles();
658 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() { function in class:PersonalDataManager
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 252 personal_data_->web_profiles().begin();
253 i != personal_data_->web_profiles().end(); ++i) {

Completed in 46 milliseconds