Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.cc124 DCHECK(result->GetType() == AUTOFILL_PROFILES_RESULT || in OnWebDataServiceRequestDone()
128 case AUTOFILL_PROFILES_RESULT: in OnWebDataServiceRequestDone()
Dautofill_metrics_unittest.cc66 WDResult<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT, in LoadProfiles()
/external/chromium/chrome/browser/webdata/
Dweb_data_service.h84 AUTOFILL_PROFILES_RESULT, // WDResult<std::vector<AutofillProfile*>> enumerator
Dweb_data_service.cc544 if (result->GetType() == AUTOFILL_PROFILES_RESULT) { in RequestCompleted()
1103 new WDResult<std::vector<AutofillProfile*> >(AUTOFILL_PROFILES_RESULT, in GetAutofillProfilesImpl()