Home
last modified time | relevance | path

Searched refs:WDDestroyableResult (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/webdata/common/
Dweb_data_results.h86 template <class T> class WDDestroyableResult : public WDTypedResult {
88 WDDestroyableResult( in WDDestroyableResult() function
97 virtual ~WDDestroyableResult() { in ~WDDestroyableResult()
116 DISALLOW_COPY_AND_ASSIGN(WDDestroyableResult);
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_webdata_backend_impl.cc241 new WDDestroyableResult<std::vector<AutofillProfile*> >( in GetAutofillProfiles()
305 new WDDestroyableResult<std::vector<CreditCard*> >( in GetCreditCards()