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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 69 virtual void RemoveAutofillProfile(const std::string& guid) = 0;
autofill_webdata_backend_impl.h 110 WebDatabase::State RemoveAutofillProfile(const std::string& guid,
autofill_webdata_service.h 69 virtual void RemoveAutofillProfile(const std::string& guid) OVERRIDE;
autofill_webdata_service.cc 118 void AutofillWebDataService::RemoveAutofillProfile(
121 Bind(&AutofillWebDataBackendImpl::RemoveAutofillProfile,
autofill_table.h 207 virtual bool RemoveAutofillProfile(const std::string& guid);
autofill_webdata_backend_impl.cc 211 WebDatabase::State AutofillWebDataBackendImpl::RemoveAutofillProfile(
221 if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) {
web_data_service_unittest.cc 339 wds_->RemoveAutofillProfile(profile.guid());
autofill_table_unittest.cc 755 EXPECT_TRUE(table_->RemoveAutofillProfile(billing_profile.guid()));
    [all...]
autofill_profile_syncable_service.cc 297 if (!autofill_table->RemoveAutofillProfile(bundle.profiles_to_delete[i]))
autofill_table.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 496 database_->RemoveAutofillProfile(guid);
829 database_->RemoveAutofillProfile((*iter)->guid());
    [all...]
personal_data_manager_unittest.cc 544 autofill_database_service_->RemoveAutofillProfile(profile1.guid());
545 autofill_database_service_->RemoveAutofillProfile(profile2.guid());
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 142 MOCK_METHOD1(RemoveAutofillProfile,
    [all...]

Completed in 280 milliseconds