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

/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc268 wds_->AddAutofillProfile(profile);
288 wds_->AddAutofillProfile(profile);
332 wds_->AddAutofillProfile(profile1);
333 wds_->AddAutofillProfile(profile2);
501 wds_->AddAutofillProfile(profile);
H A Dautofill_table_unittest.cc673 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(home_profile));
700 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(billing_profile));
790 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
831 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
869 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
910 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
951 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
1023 // Mark this profile as in the trash. This stops |AddAutofillProfile| from
1026 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(profile));
1036 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(profil
[all...]
H A Dautofill_table.h201 virtual bool AddAutofillProfile(const AutofillProfile& profile);
H A Dweb_data_service.h455 void AddAutofillProfile(const AutofillProfile& profile);
H A Dweb_data_service.cc396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) { function in class:WebDataService
1017 if (!db_->GetAutofillTable()->AddAutofillProfile(profile)) {
H A Dautofill_table.cc888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { function in class:AutofillTable
2144 if (!AddAutofillProfile(*iter))
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.cc224 if (!web_database_->GetAutofillTable()->AddAutofillProfile(p)) {
H A Dautofill_change_processor.cc353 if (!web_database_->GetAutofillTable()->AddAutofillProfile(*p.get())) {
H A Dautofill_model_associator.cc217 if (!web_database_->GetAutofillTable()->AddAutofillProfile(
H A Dautofill_profile_model_associator.cc429 if (!web_database_->GetAutofillTable()->AddAutofillProfile(
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc111 MOCK_METHOD1(AddAutofillProfile,
847 EXPECT_CALL(autofill_table_, AddAutofillProfile(_)).
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc394 wds->AddAutofillProfile(*iter);
H A Dpersonal_data_manager_unittest.cc478 wds->AddAutofillProfile(profile2);

Completed in 564 milliseconds