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

1 2

  /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_org/components/webdata/common/
web_data_results.h 18 BOOL_RESULT = 1, // WDResult<bool>
19 KEYWORDS_RESULT, // WDResult<WDKeywordsResult>
20 INT64_RESULT, // WDResult<int64>
22 PASSWORD_IE7_RESULT, // WDResult<IE7PasswordInfo>
24 WEB_APP_IMAGES, // WDResult<WDAppImagesResult>
25 TOKEN_RESULT, // WDResult<std::vector<std::string>>
26 AUTOFILL_VALUE_RESULT, // WDResult<std::vector<string16>>
27 AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>>
28 AUTOFILL_PROFILE_RESULT, // WDResult<AutofillProfile>
29 AUTOFILL_PROFILES_RESULT, // WDResult<std::vector<AutofillProfile*>
    [all...]
  /external/chromium_org/android_webview/browser/
aw_form_database_service.cc 110 const WDResult<bool>* autofill_result =
111 static_cast<const WDResult<bool>*>(result);
  /external/chromium_org/chrome/browser/webdata/
web_data_service_win.cc 50 new WDResult<IE7PasswordInfo>(PASSWORD_IE7_RESULT, result));
token_web_data.cc 54 new WDResult<std::map<std::string, std::string> >(TOKEN_RESULT, map));
96 // Null on failure. Success is WDResult<std::string>
web_data_service.cc 164 new WDResult<WDKeywordsResult>(KEYWORDS_RESULT, result));
217 new WDResult<WDAppImagesResult>(WEB_APP_IMAGES, result));
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.cc 107 new WDResult<std::vector<base::string16> >(AUTOFILL_VALUE_RESULT,
116 new WDResult<bool>(AUTOFILL_VALUE_RESULT, value));
368 const WDResult<std::vector<AutofillProfile*> >* r =
369 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result);
377 const WDResult<std::vector<CreditCard*> >* r =
378 static_cast<const WDResult<std::vector<CreditCard*> >*>(result);
web_data_service_unittest.cc 61 const WDResult<T>* wrapped_result =
62 static_cast<const WDResult<T>*>(result);
224 reinterpret_cast<const WDResult<WDKeywordsResult>*>(
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc 84 const WDResult<std::vector<base::string16> >* autofill_result =
85 static_cast<const WDResult<std::vector<base::string16> >*>(result);
personal_data_manager.cc 922 const WDResult<std::vector<AutofillProfile*> >* r =
923 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result);
941 const WDResult<std::vector<CreditCard*> >* r =
942 static_cast<const WDResult<std::vector<CreditCard*> >*>(result);
    [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*> >*>(
  /external/chromium_org/chrome/browser/password_manager/
password_store_win.cc 102 const WDResult<IE7PasswordInfo>* r =
103 static_cast<const WDResult<IE7PasswordInfo>*>(result);
password_store_win_unittest.cc 171 return static_cast<const WDResult<std::vector<PasswordForm*> >*>(
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc 307 const WDResult<std::map<std::string, std::string> > * token_result =
308 static_cast<const WDResult<std::map<std::string, std::string> > * > (
token_service.cc 375 const WDResult<std::map<std::string, std::string> > * token_result =
376 static_cast<const WDResult<std::map<std::string, std::string> > * > (
  /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);
  /external/chromium/chrome/browser/search_engines/
util.cc 168 const WDResult<WDKeywordsResult>*>(&result)->GetValue();

Completed in 555 milliseconds

1 2