HomeSort by relevance Sort by last modified time
    Searched refs:SetProfiles (Results 1 - 8 of 8) 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/chrome/browser/sync/test/integration/
autofill_helper.h 67 void SetProfiles(int profile,
autofill_helper.cc 281 void SetProfiles(int profile, std::vector<AutofillProfile>* autofill_profiles) {
287 pdm->SetProfiles(autofill_profiles);
309 autofill_helper::SetProfiles(profile, &autofill_profiles);
319 autofill_helper::SetProfiles(profile, &autofill_profiles);
333 autofill_helper::SetProfiles(profile, &profiles);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 38 void SetProfiles(int, std::vector<autofill::AutofillProfile>*);
241 friend void autofill_helper::SetProfiles(
249 // A call to |SetProfiles| could include out-of-date data that may conflict
251 // editing. |SetProfiles| is implemented to make a "best effort" to apply the
253 // updates in |profiles| make it to the DB. This is why SetProfiles will
256 void SetProfiles(std::vector<AutofillProfile>* profiles);
personal_data_manager.cc 824 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 137 void SetProfiles(std::vector<AutofillProfile>* profiles) {
139 personal_data_manager()->SetProfiles(profiles);
146 SetProfiles(&profiles);
380 SetProfiles(&profiles);
    [all...]
autofill_interactive_uitest.cc 262 void SetProfiles(std::vector<AutofillProfile>* profiles) {
264 GetPersonalDataManager()->SetProfiles(profiles);
271 SetProfiles(&profiles);
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 495 personal_data_manager_->SetProfiles(&profiles);
    [all...]

Completed in 164 milliseconds