Searched refs:RemoveAutofillProfile (Results 1 – 12 of 12) sorted by relevance
212 virtual bool RemoveAutofillProfile(const std::string& guid);
462 void RemoveAutofillProfile(const std::string& guid);
416 void WebDataService::RemoveAutofillProfile(const std::string& guid) { in RemoveAutofillProfile() function in WebDataService1081 if (!db_->GetAutofillTable()->RemoveAutofillProfile(guid)) { in RemoveAutofillProfileImpl()
772 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile( in TEST_F()1061 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid())); in TEST_F()1071 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid())); in TEST_F()
312 wds_->RemoveAutofillProfile(profile.guid()); in TEST_F()
1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { in RemoveAutofillProfile() function in AutofillTable
182 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile( in CommitChangesFromSyncModel()
400 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(*guid)) { in ApplySyncAutofillProfileDelete()
445 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile( in SaveChangesToWebData()
113 MOCK_METHOD1(RemoveAutofillProfile,849 EXPECT_CALL(autofill_table_, RemoveAutofillProfile(native_guid)). in TEST_F()
379 wds->RemoveAutofillProfile((*iter)->guid()); in SetProfiles()
494 wds->RemoveAutofillProfile(profile1.guid()); in TEST_F()495 wds->RemoveAutofillProfile(profile2.guid()); in TEST_F()