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

  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 141 std::vector<AutofillProfile*> profile_pointers(web_profiles_.size());
142 std::copy(web_profiles_.begin(), web_profiles_.end(),
376 web_profiles_.begin();
377 iter != web_profiles_.end(); ++iter) {
385 if (FindByGUID<AutofillProfile>(web_profiles_, iter->guid()))
392 if (!FindByGUID<AutofillProfile>(web_profiles_, iter->guid()) &&
393 !FindByContents(web_profiles_, *iter))
399 web_profiles_.reset();
402 web_profiles_.push_back(new AutofillProfile(*iter))
    [all...]
personal_data_manager.h 88 // Sets |web_profiles_| to the contents of |profiles| and updates the web
236 ScopedVector<AutofillProfile> web_profiles_; member in class:PersonalDataManager
242 // references. Lifetime managed by |web_profiles_| and |auxiliary_profiles_|.
autofill_metrics_unittest.cc 58 CreateTestAutofillProfiles(&web_profiles_);
65 web_profiles_.release(&profiles);
74 // Adds |profile| to |web_profiles_| and takes ownership of the profile's
77 web_profiles_.push_back(profile);
    [all...]
autofill_manager_unittest.cc 57 CreateTestAutofillProfiles(&web_profiles_);
64 for (std::vector<AutofillProfile *>::iterator it = web_profiles_.begin();
65 it != web_profiles_.end(); ++it) {
73 web_profiles_->push_back(profile);
81 web_profiles_.reset();
    [all...]
  /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);
537 profiles_.insert(profiles_.end(), web_profiles_.begin(), web_profiles_.end());
544 return web_profiles_.get();
779 web_profiles_.begin();
780 iter != web_profiles_.end(); ++iter) {
788 if (FindByGUID<AutofillProfile>(web_profiles_, iter->guid()))
795 if (!FindByGUID<AutofillProfile>(web_profiles_, iter->guid()) &
    [all...]
personal_data_manager.h 212 // Sets |web_profiles_| to the contents of |profiles| and updates the web
280 ScopedVector<AutofillProfile> web_profiles_; member in class:autofill::PersonalDataManager
286 // references. Lifetime managed by |web_profiles_| and |auxiliary_profiles_|.
autofill_manager_unittest.cc 72 CreateTestAutofillProfiles(&web_profiles_);
87 for (std::vector<AutofillProfile *>::iterator it = web_profiles_.begin();
88 it != web_profiles_.end(); ++it) {
105 web_profiles_.push_back(profile);
122 web_profiles_.erase(
123 std::remove(web_profiles_.begin(), web_profiles_.end(), profile),
124 web_profiles_.end());
133 web_profiles_.clear();
    [all...]
autofill_metrics_unittest.cc 95 CreateTestAutofillProfiles(&web_profiles_);
105 web_profiles_.release(&profiles);
    [all...]

Completed in 99 milliseconds