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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc 109 void AutofillWebDataService::RemoveAutofillProfile(
112 Bind(&AutofillWebDataBackendImpl::RemoveAutofillProfile,
autofill_webdata_backend_impl.cc 206 WebDatabase::State AutofillWebDataBackendImpl::RemoveAutofillProfile(
216 if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) {
autofill_table.cc     [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) {
    [all...]
web_data_service.cc 416 void WebDataService::RemoveAutofillProfile(const std::string& guid) {
    [all...]

Completed in 43 milliseconds