Home
last modified time | relevance | path

Searched refs:AUTOFILL_PROFILES_RESULT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/webdata/common/
Dweb_data_results.h29 AUTOFILL_PROFILES_RESULT, // WDResult<std::vector<AutofillProfile*>> enumerator
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_webdata_backend_impl.cc242 AUTOFILL_PROFILES_RESULT, in GetAutofillProfiles()
383 DCHECK(result->GetType() == AUTOFILL_PROFILES_RESULT); in DestroyAutofillProfileResult()
/external/chromium_org/components/autofill/core/browser/
Dpersonal_data_manager.cc203 case AUTOFILL_PROFILES_RESULT: in OnWebDataServiceRequestDone()
Dautofill_metrics_unittest.cc93 WDResult<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT, in LoadProfiles()