OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kept_forms
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc
164
PasswordFormList
kept_forms
;
local
165
kept_forms
.reserve(all_forms.size());
170
kept_forms
.push_back(all_forms[i]);
174
bool ok = SetLoginsList(
kept_forms
, form.signon_realm, wallet_handle);
176
STLDeleteElements(&
kept_forms
);
222
PasswordFormList
kept_forms
;
local
223
kept_forms
.reserve(all_forms.size());
229
kept_forms
.push_back(all_forms[i]);
233
if (!SetLoginsList(
kept_forms
, signon_realm, wallet_handle))
235
STLDeleteElements(&
kept_forms
);
[
all
...]
/external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc
321
PasswordFormList
kept_forms
;
local
322
kept_forms
.reserve(all_forms.size());
327
kept_forms
.push_back(all_forms[i]);
331
bool ok = SetLoginsList(
kept_forms
, form.signon_realm, wallet_handle);
333
STLDeleteElements(&
kept_forms
);
409
PasswordFormList
kept_forms
;
local
410
kept_forms
.reserve(all_forms.size());
416
kept_forms
.push_back(all_forms[i]);
420
if (!SetLoginsList(
kept_forms
, signon_realm, wallet_handle))
422
STLDeleteElements(&
kept_forms
);
[
all
...]
Completed in 131 milliseconds