HomeSort by relevance Sort by last modified time
    Searched refs:WDResult (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/webdata/
web_data_service_test_util.h 24 const WDResult<T>* wrapped_result =
25 static_cast<const WDResult<T>*>(result);
web_data_service_win.cc 64 new WDResult<IE7PasswordInfo>(PASSWORD_IE7_RESULT, result));
web_data_service.cc 238 // Null on failure. Success is WDResult<std::string>
545 const WDResult<std::vector<AutofillProfile*> >* r =
546 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(
551 const WDResult<std::vector<CreditCard*> >* r =
552 static_cast<const WDResult<std::vector<CreditCard*> >*>(result);
702 new WDResult<WDKeywordsResult>(KEYWORDS_RESULT, result));
781 new WDResult<WDAppImagesResult>(WEB_APP_IMAGES, result));
824 new WDResult<std::map<std::string, std::string> >(TOKEN_RESULT, map));
880 new WDResult<std::vector<PasswordForm*> >(PASSWORD_RESULT, forms));
891 new WDResult<std::vector<PasswordForm*> >(PASSWORD_RESULT, forms))
    [all...]
web_data_service.h 72 BOOL_RESULT = 1, // WDResult<bool>
73 KEYWORDS_RESULT, // WDResult<WDKeywordsResult>
74 INT64_RESULT, // WDResult<int64>
75 PASSWORD_RESULT, // WDResult<std::vector<PasswordForm*>>
77 PASSWORD_IE7_RESULT, // WDResult<IE7PasswordInfo>
79 WEB_APP_IMAGES, // WDResult<WDAppImagesResult>
80 TOKEN_RESULT, // WDResult<std::vector<std::string>>
81 AUTOFILL_VALUE_RESULT, // WDResult<std::vector<string16>>
82 AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>>
83 AUTOFILL_PROFILE_RESULT, // WDResult<AutofillProfile
    [all...]
  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 188 const WDResult<std::vector<string16> >* autofill_result =
189 static_cast<const WDResult<std::vector<string16> >*>(result);
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 215 const WDResult<std::map<std::string, std::string> > * token_result =
216 static_cast<const WDResult<std::map<std::string, std::string> > * > (
  /external/chromium/chrome/browser/password_manager/
password_store_win.cc 109 const WDResult<IE7PasswordInfo>* r =
110 static_cast<const WDResult<IE7PasswordInfo>*>(result);
password_store_default.cc 88 static_cast<const WDResult<PasswordForms>*>(result)->GetValue();
password_store_default_unittest.cc 148 return static_cast<const WDResult<std::vector<PasswordForm*> >*>(
password_store_win_unittest.cc 146 return static_cast<const WDResult<std::vector<PasswordForm*> >*>(
password_store_x_unittest.cc 329 return static_cast<const WDResult<std::vector<PasswordForm*> >*>(
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 828 const WDResult<std::vector<AutofillProfile*> >* r =
829 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result);
848 const WDResult<std::vector<CreditCard*> >* r =
849 static_cast<const WDResult<std::vector<CreditCard*> >*>(result);
autofill_metrics_unittest.cc 66 WDResult<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT,
    [all...]
  /external/chromium/chrome/browser/search_engines/
util.cc 168 const WDResult<WDKeywordsResult>*>(&result)->GetValue();

Completed in 153 milliseconds