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

  /external/chromium_org/chrome/browser/sync/test/integration/performance/
autofill_sync_perf_test.cc 26 using autofill_helper::SetProfiles;
97 SetProfiles(profile, &autofill_profiles);
109 SetProfiles(profile, &autofill_profiles);
114 SetProfiles(profile, &empty);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 38 void SetProfiles(int, std::vector<autofill::AutofillProfile>*);
194 friend void autofill_helper::SetProfiles(
202 // A call to |SetProfiles| could include out-of-date data that may conflict
204 // editing. |SetProfiles| is implemented to make a "best effort" to apply the
206 // updates in |profiles| make it to the DB. This is why SetProfiles will
209 void SetProfiles(std::vector<AutofillProfile>* profiles);
personal_data_manager.cc 767 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
981 SetProfiles(&profiles);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 64 void SetProfiles(int profile,
autofill_helper.cc 237 void SetProfiles(int profile, std::vector<AutofillProfile>* autofill_profiles) {
243 pdm->SetProfiles(autofill_profiles);
265 autofill_helper::SetProfiles(profile, &autofill_profiles);
275 autofill_helper::SetProfiles(profile, &autofill_profiles);
289 autofill_helper::SetProfiles(profile, &profiles);
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 92 // A call to |SetProfiles| could include out-of-date data that may conflict
94 // editing. |SetProfiles| is implemented to make a "best effort" to apply the
96 // updates in |profiles| make it to the DB. This is why SetProfiles will
99 void SetProfiles(std::vector<AutofillProfile>* profiles);
personal_data_manager_unittest.cc 90 // TODO(jhawkins): Test SetProfiles w/out a WebDataService in the profile.
91 TEST_F(PersonalDataManagerTest, SetProfiles) {
122 personal_data_->SetProfiles(&update);
137 personal_data_->SetProfiles(&update);
266 personal_data_->SetProfiles(&update);
315 personal_data_->SetProfiles(&update);
335 personal_data_->SetProfiles(&update);
362 personal_data_->SetProfiles(&update);
447 personal_data_->SetProfiles(&update);
507 personal_data_->SetProfiles(&update)
    [all...]
autofill_browsertest.cc 91 personal_data_manager->SetProfiles(&profiles);
autofill_ie_toolbar_import_win.cc 175 personal_data_manager_->SetProfiles(&profiles_);
personal_data_manager.cc 349 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
466 // TODO(jhawkins): Refactor SetProfiles so this isn't so hacky.
479 SetProfiles(&profiles);
507 // TODO(jhawkins): Refactor SetProfiles so this isn't so hacky.
519 SetProfiles(&profiles);
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 138 void SetProfiles(std::vector<AutofillProfile>* profiles) {
140 personal_data_manager()->SetProfiles(profiles);
147 SetProfiles(&profiles);
367 SetProfiles(&profiles);
autofill_interactive_uitest.cc 300 void SetProfiles(std::vector<AutofillProfile>* profiles) {
302 GetPersonalDataManager()->SetProfiles(profiles);
309 SetProfiles(&profiles);
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 446 personal_data_manager_->SetProfiles(&profiles);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 401 milliseconds