Home
last modified time | relevance | path

Searched refs:RemoveAutofillProfile (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table.h212 virtual bool RemoveAutofillProfile(const std::string& guid);
Dweb_data_service.h462 void RemoveAutofillProfile(const std::string& guid);
Dweb_data_service.cc416 void WebDataService::RemoveAutofillProfile(const std::string& guid) { in RemoveAutofillProfile() function in WebDataService
1081 if (!db_->GetAutofillTable()->RemoveAutofillProfile(guid)) { in RemoveAutofillProfileImpl()
Dautofill_table_unittest.cc772 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()
Dweb_data_service_unittest.cc312 wds_->RemoveAutofillProfile(profile.guid()); in TEST_F()
Dautofill_table.cc1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { in RemoveAutofillProfile() function in AutofillTable
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc182 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile( in CommitChangesFromSyncModel()
Dautofill_change_processor.cc400 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(*guid)) { in ApplySyncAutofillProfileDelete()
Dautofill_profile_model_associator.cc445 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile( in SaveChangesToWebData()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc113 MOCK_METHOD1(RemoveAutofillProfile,
849 EXPECT_CALL(autofill_table_, RemoveAutofillProfile(native_guid)). in TEST_F()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.cc379 wds->RemoveAutofillProfile((*iter)->guid()); in SetProfiles()
Dpersonal_data_manager_unittest.cc494 wds->RemoveAutofillProfile(profile1.guid()); in TEST_F()
495 wds->RemoveAutofillProfile(profile2.guid()); in TEST_F()