RemoveAutofillProfile 146 chrome/browser/sync/profile_sync_service_autofill_unittest.cc MOCK_METHOD1(RemoveAutofillProfile, RemoveAutofillProfile 1155 chrome/browser/sync/profile_sync_service_autofill_unittest.cc RemoveAutofillProfile("23355099-1170-4B71-8ED4-144470CC9EBF")). RemoveAutofillProfile 1209 chrome/browser/sync/profile_sync_service_autofill_unittest.cc EXPECT_CALL(autofill_table_, RemoveAutofillProfile(native_guid)). RemoveAutofillProfile 496 components/autofill/core/browser/personal_data_manager.cc database_->RemoveAutofillProfile(guid); RemoveAutofillProfile 825 components/autofill/core/browser/personal_data_manager.cc database_->RemoveAutofillProfile((*iter)->guid()); RemoveAutofillProfile 544 components/autofill/core/browser/personal_data_manager_unittest.cc autofill_database_service_->RemoveAutofillProfile(profile1.guid()); RemoveAutofillProfile 545 components/autofill/core/browser/personal_data_manager_unittest.cc autofill_database_service_->RemoveAutofillProfile(profile2.guid()); RemoveAutofillProfile 297 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc if (!autofill_table->RemoveAutofillProfile(bundle.profiles_to_delete[i])) RemoveAutofillProfile 201 components/autofill/core/browser/webdata/autofill_table.h virtual bool RemoveAutofillProfile(const std::string& guid); RemoveAutofillProfile 754 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(billing_profile.guid())); RemoveAutofillProfile 943 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid())); RemoveAutofillProfile 952 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid())); RemoveAutofillProfile 69 components/autofill/core/browser/webdata/autofill_webdata.h virtual void RemoveAutofillProfile(const std::string& guid) = 0; RemoveAutofillProfile 221 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) { RemoveAutofillProfile 110 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h WebDatabase::State RemoveAutofillProfile(const std::string& guid, RemoveAutofillProfile 121 components/autofill/core/browser/webdata/autofill_webdata_service.cc Bind(&AutofillWebDataBackendImpl::RemoveAutofillProfile, RemoveAutofillProfile 69 components/autofill/core/browser/webdata/autofill_webdata_service.h virtual void RemoveAutofillProfile(const std::string& guid) OVERRIDE; RemoveAutofillProfile 339 components/autofill/core/browser/webdata/web_data_service_unittest.cc wds_->RemoveAutofillProfile(profile.guid());