UpdateAutofillProfile 142 chrome/browser/sync/profile_sync_service_autofill_unittest.cc MOCK_METHOD1(UpdateAutofillProfile, UpdateAutofillProfile 1116 chrome/browser/sync/profile_sync_service_autofill_unittest.cc UpdateAutofillProfile(MatchProfiles(sync_profile))). UpdateAutofillProfile 415 components/autofill/core/browser/personal_data_manager.cc database_->UpdateAutofillProfile(profile); UpdateAutofillProfile 832 components/autofill/core/browser/personal_data_manager.cc database_->UpdateAutofillProfile(*iter); UpdateAutofillProfile 307 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc if (!autofill_table->UpdateAutofillProfile(*bundle.profiles_to_update[i])) UpdateAutofillProfile 197 components/autofill/core/browser/webdata/autofill_table.h virtual bool UpdateAutofillProfile(const AutofillProfile& profile); UpdateAutofillProfile 307 components/autofill/core/browser/webdata/autofill_table.h FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, UpdateAutofillProfile); UpdateAutofillProfile 701 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile)); UpdateAutofillProfile 736 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile)); UpdateAutofillProfile 779 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); UpdateAutofillProfile 788 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); UpdateAutofillProfile 817 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); UpdateAutofillProfile 826 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); UpdateAutofillProfile 855 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); UpdateAutofillProfile 864 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); UpdateAutofillProfile 930 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(profile)); UpdateAutofillProfile 1041 components/autofill/core/browser/webdata/autofill_table_unittest.cc TEST_F(AutofillTableTest, UpdateAutofillProfile) { UpdateAutofillProfile 1082 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateAutofillProfile(profile); UpdateAutofillProfile 1106 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateAutofillProfile(profile); UpdateAutofillProfile 1232 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateAutofillProfile(profile); UpdateAutofillProfile 65 components/autofill/core/browser/webdata/autofill_webdata.h virtual void UpdateAutofillProfile(const AutofillProfile& profile) = 0; UpdateAutofillProfile 196 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->UpdateAutofillProfile(profile)) { UpdateAutofillProfile 106 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h WebDatabase::State UpdateAutofillProfile(const AutofillProfile& profile, UpdateAutofillProfile 114 components/autofill/core/browser/webdata/autofill_webdata_service.cc Bind(&AutofillWebDataBackendImpl::UpdateAutofillProfile, UpdateAutofillProfile 68 components/autofill/core/browser/webdata/autofill_webdata_service.h virtual void UpdateAutofillProfile(const AutofillProfile& profile) OVERRIDE; UpdateAutofillProfile 383 components/autofill/core/browser/webdata/web_data_service_unittest.cc wds_->UpdateAutofillProfile(profile1_changed);