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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc 104 void AutofillWebDataService::AddAutofillProfile(
107 Bind(&AutofillWebDataBackendImpl::AddAutofillProfile,
autofill_webdata_backend_impl.cc 165 WebDatabase::State AutofillWebDataBackendImpl::AddAutofillProfile(
168 if (!AutofillTable::FromWebDatabase(db)->AddAutofillProfile(profile)) {
autofill_table.cc 877 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) {
    [all...]

Completed in 106 milliseconds