HomeSort by relevance Sort by last modified time
    Searched refs:RemoveAutofillProfile (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/webdata/
autofill_table.h 212 virtual bool RemoveAutofillProfile(const std::string& guid);
web_data_service.h 462 void RemoveAutofillProfile(const std::string& guid);
autofill_table_unittest.cc 772 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(
    [all...]
web_data_service_unittest.cc 312 wds_->RemoveAutofillProfile(profile.guid());
web_data_service.cc 416 void WebDataService::RemoveAutofillProfile(const std::string& guid) {
    [all...]
autofill_table.cc 1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 182 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(
autofill_change_processor.cc 400 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(*guid)) {
autofill_profile_model_associator.cc 445 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 113 MOCK_METHOD1(RemoveAutofillProfile,
849 EXPECT_CALL(autofill_table_, RemoveAutofillProfile(native_guid)).
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 494 wds->RemoveAutofillProfile(profile1.guid());
495 wds->RemoveAutofillProfile(profile2.guid());
    [all...]
personal_data_manager.cc 379 wds->RemoveAutofillProfile((*iter)->guid());

Completed in 81 milliseconds