Searched defs:kept_forms (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc164 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...]

Completed in 213 milliseconds