OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WDResult
(Results
1 - 15
of
15
) sorted by null
/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<base::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
113
const
WDResult
<bool>* autofill_result =
114
static_cast<const
WDResult
<bool>*>(result);
/external/chromium_org/tools/ubsan_vptr/
blacklist.txt
20
type:*
WDResult
*
/external/chromium_org/components/password_manager/core/browser/webdata/
password_web_data_service_win.cc
61
new
WDResult
<IE7PasswordInfo>(PASSWORD_IE7_RESULT, result));
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.cc
112
new
WDResult
<std::vector<base::string16> >(AUTOFILL_VALUE_RESULT,
121
new
WDResult
<bool>(AUTOFILL_VALUE_RESULT, value));
384
const
WDResult
<std::vector<AutofillProfile*> >* r =
385
static_cast<const
WDResult
<std::vector<AutofillProfile*> >*>(result);
393
const
WDResult
<std::vector<CreditCard*> >* r =
394
static_cast<const
WDResult
<std::vector<CreditCard*> >*>(result);
web_data_service_unittest.cc
59
const
WDResult
<T>* wrapped_result =
60
static_cast<const
WDResult
<T>*>(result);
/external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc
74
const
WDResult
<std::vector<base::string16> >* autofill_result =
75
static_cast<const
WDResult
<std::vector<base::string16> >*>(result);
personal_data_manager.cc
954
const
WDResult
<std::vector<AutofillProfile*> >* r =
955
static_cast<const
WDResult
<std::vector<AutofillProfile*> >*>(result);
973
const
WDResult
<std::vector<CreditCard*> >* r =
974
static_cast<const
WDResult
<std::vector<CreditCard*> >*>(result);
[
all
...]
autofill_metrics_unittest.cc
93
WDResult
<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT,
[
all
...]
/external/chromium_org/components/signin/core/browser/webdata/
token_web_data.cc
54
new
WDResult
<std::map<std::string, std::string> >(TOKEN_RESULT, map));
92
// Null on failure. Success is
WDResult
<std::string>
/external/chromium_org/chrome/browser/password_manager/
password_store_win.cc
108
const
WDResult
<IE7PasswordInfo>* r =
109
static_cast<const
WDResult
<IE7PasswordInfo>*>(result);
password_store_win_unittest.cc
183
return static_cast<const
WDResult
<std::vector<PasswordForm*> >*>(
/external/chromium_org/components/search_engines/
keyword_web_data_service.cc
132
result_ptr.reset(new
WDResult
<WDKeywordsResult>(KEYWORDS_RESULT, result));
util.cc
323
const
WDResult
<WDKeywordsResult>*>(&result)->GetValue();
/external/chromium_org/components/signin/core/browser/
mutable_profile_oauth2_token_service.cc
192
const
WDResult
<std::map<std::string, std::string> > * token_result =
193
static_cast<const
WDResult
<std::map<std::string, std::string> > * > (
Completed in 3041 milliseconds