Home
last modified time | relevance | path

Searched refs:WDResult (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/components/webdata/common/
Dweb_data_results.h66 template <class T> class WDResult : public WDTypedResult {
68 WDResult(WDResultType type, const T& v) in WDResult() function
72 virtual ~WDResult() { in ~WDResult()
83 DISALLOW_COPY_AND_ASSIGN(WDResult);
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_webdata_backend_impl.cc112 new WDResult<std::vector<base::string16> >(AUTOFILL_VALUE_RESULT, in GetFormValuesForElementName()
121 new WDResult<bool>(AUTOFILL_VALUE_RESULT, value)); in HasFormElements()
384 const WDResult<std::vector<AutofillProfile*> >* r = in DestroyAutofillProfileResult()
385 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result); in DestroyAutofillProfileResult()
393 const WDResult<std::vector<CreditCard*> >* r = in DestroyAutofillCreditCardResult()
394 static_cast<const WDResult<std::vector<CreditCard*> >*>(result); in DestroyAutofillCreditCardResult()
Dweb_data_service_unittest.cc59 const WDResult<T>* wrapped_result = in OnWebDataServiceRequestDone()
60 static_cast<const WDResult<T>*>(result); in OnWebDataServiceRequestDone()
/external/chromium_org/android_webview/browser/
Daw_form_database_service.cc113 const WDResult<bool>* autofill_result = in OnWebDataServiceRequestDone()
114 static_cast<const WDResult<bool>*>(result); in OnWebDataServiceRequestDone()
/external/chromium_org/components/autofill/core/browser/
Dautocomplete_history_manager.cc74 const WDResult<std::vector<base::string16> >* autofill_result = in OnWebDataServiceRequestDone()
75 static_cast<const WDResult<std::vector<base::string16> >*>(result); in OnWebDataServiceRequestDone()
Dpersonal_data_manager.cc954 const WDResult<std::vector<AutofillProfile*> >* r = in ReceiveLoadedProfiles()
955 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result); in ReceiveLoadedProfiles()
973 const WDResult<std::vector<CreditCard*> >* r = in ReceiveLoadedCreditCards()
974 static_cast<const WDResult<std::vector<CreditCard*> >*>(result); in ReceiveLoadedCreditCards()
Dautofill_metrics_unittest.cc93 WDResult<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT, in LoadProfiles()
/external/chromium_org/chrome/browser/password_manager/
Dpassword_store_win.cc108 const WDResult<IE7PasswordInfo>* r = in GetIE7Results()
109 static_cast<const WDResult<IE7PasswordInfo>*>(result); in GetIE7Results()
Dpassword_store_win_unittest.cc183 return static_cast<const WDResult<std::vector<PasswordForm*> >*>(
/external/chromium_org/components/password_manager/core/browser/webdata/
Dpassword_web_data_service_win.cc61 new WDResult<IE7PasswordInfo>(PASSWORD_IE7_RESULT, result)); in GetIE7LoginImpl()
/external/chromium_org/components/signin/core/browser/webdata/
Dtoken_web_data.cc54 new WDResult<std::map<std::string, std::string> >(TOKEN_RESULT, map)); in GetAllTokens()
/external/chromium_org/components/signin/core/browser/
Dmutable_profile_oauth2_token_service.cc192 const WDResult<std::map<std::string, std::string> > * token_result = in OnWebDataServiceRequestDone()
193 static_cast<const WDResult<std::map<std::string, std::string> > * > ( in OnWebDataServiceRequestDone()
/external/chromium_org/components/search_engines/
Dkeyword_web_data_service.cc132 result_ptr.reset(new WDResult<WDKeywordsResult>(KEYWORDS_RESULT, result)); in GetKeywordsImpl()
Dutil.cc323 const WDResult<WDKeywordsResult>*>(&result)->GetValue(); in GetSearchProvidersUsingKeywordResult()
/external/chromium_org/tools/ubsan_vptr/
Dblacklist.txt20 type:*WDResult*