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

  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 377 if (FindByGUID<AutofillProfile>(web_profiles_, profile.guid()))
384 if (FindByContents(web_profiles_, profile))
486 FindByGUID<AutofillProfile>(web_profiles_, guid);
541 profiles_.insert(profiles_.end(), web_profiles_.begin(), web_profiles_.end());
548 return web_profiles_.get();
826 web_profiles_.begin();
827 iter != web_profiles_.end(); ++iter) {
835 if (FindByGUID<AutofillProfile>(web_profiles_, iter->guid()))
842 if (!FindByGUID<AutofillProfile>(web_profiles_, iter->guid()) &
    [all...]
personal_data_manager.h 240 // Sets |web_profiles_| to the contents of |profiles| and updates the web
314 ScopedVector<AutofillProfile> web_profiles_; member in class:autofill::PersonalDataManager
320 // references. Lifetime managed by |web_profiles_| and |auxiliary_profiles_|.
autofill_manager_unittest.cc 59 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);
104 web_profiles_.erase(
105 std::remove(web_profiles_.begin(), web_profiles_.end(), profile),
106 web_profiles_.end());
115 web_profiles_.clear();
    [all...]
autofill_metrics_unittest.cc 82 CreateTestAutofillProfiles(&web_profiles_);
92 web_profiles_.release(&profiles);
    [all...]

Completed in 53 milliseconds