Home
last modified time | relevance | path

Searched refs:AddAutofillProfile (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dweb_data_service_unittest.cc268 wds_->AddAutofillProfile(profile); in TEST_F()
288 wds_->AddAutofillProfile(profile); in TEST_F()
332 wds_->AddAutofillProfile(profile1); in TEST_F()
333 wds_->AddAutofillProfile(profile2); in TEST_F()
501 wds_->AddAutofillProfile(profile); in TEST_F()
Dautofill_table_unittest.cc673 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(home_profile)); in TEST_F()
700 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(billing_profile)); in TEST_F()
790 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()
831 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()
869 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()
910 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()
951 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()
1026 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(profile)); in TEST_F()
1036 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(profile)); in TEST_F()
1183 db.GetAutofillTable()->AddAutofillProfile(profile); in TEST_F()
Dautofill_table.h201 virtual bool AddAutofillProfile(const AutofillProfile& profile);
Dweb_data_service.h455 void AddAutofillProfile(const AutofillProfile& profile);
Dweb_data_service.cc396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) { in AddAutofillProfile() function in WebDataService
1017 if (!db_->GetAutofillTable()->AddAutofillProfile(profile)) { in AddAutofillProfileImpl()
Dautofill_table.cc888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { in AddAutofillProfile() function in AutofillTable
2144 if (!AddAutofillProfile(*iter)) in MigrateToVersion37MergeAndCullOlderProfiles()
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc224 if (!web_database_->GetAutofillTable()->AddAutofillProfile(p)) { in ApplyAutofillProfileChange()
Dautofill_change_processor.cc353 if (!web_database_->GetAutofillTable()->AddAutofillProfile(*p.get())) { in ApplySyncAutofillProfileChange()
Dautofill_profile_model_associator.cc429 if (!web_database_->GetAutofillTable()->AddAutofillProfile( in SaveChangesToWebData()
Dautofill_model_associator.cc217 if (!web_database_->GetAutofillTable()->AddAutofillProfile( in SaveChangesToWebData()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc111 MOCK_METHOD1(AddAutofillProfile,
847 EXPECT_CALL(autofill_table_, AddAutofillProfile(_)). in TEST_F()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.cc394 wds->AddAutofillProfile(*iter); in SetProfiles()
Dpersonal_data_manager_unittest.cc478 wds->AddAutofillProfile(profile2); in TEST_F()