Searched refs:web_profiles_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc384 if (FindByGUID<AutofillProfile>(web_profiles_, profile.guid()))
391 if (FindByContents(web_profiles_, profile))
493 FindByGUID<AutofillProfile>(web_profiles_, guid);
539 return web_profiles_.get();
839 web_profiles_.begin();
840 iter != web_profiles_.end(); ++iter) {
848 if (FindByGUID<AutofillProfile>(web_profiles_, iter->guid()))
855 if (!FindByGUID<AutofillProfile>(web_profiles_, iter->guid()) &&
856 !FindByContents(web_profiles_, *iter))
861 web_profiles_
[all...]
H A Dpersonal_data_manager.h246 // Sets |web_profiles_| to the contents of |profiles| and updates the web
320 ScopedVector<AutofillProfile> web_profiles_; member in class:autofill::PersonalDataManager
326 // references. Lifetime managed by |web_profiles_| and |auxiliary_profiles_|.
H A Dautofill_manager_unittest.cc59 CreateTestAutofillProfiles(&web_profiles_);
69 for (std::vector<AutofillProfile *>::iterator it = web_profiles_.begin();
70 it != web_profiles_.end(); ++it) {
87 web_profiles_.push_back(profile);
103 web_profiles_.erase(
104 std::find(web_profiles_.begin(), web_profiles_.end(), profile));
113 web_profiles_.clear();
H A Dautofill_metrics_unittest.cc82 CreateTestAutofillProfiles(&web_profiles_);
92 web_profiles_.release(&profiles);

Completed in 1829 milliseconds