Home | History | Annotate | Download | only in password_manager

Lines Matching refs:forms

306                               std::vector<PasswordForm*>* forms) const {
307 DCHECK(forms);
327 forms->push_back(new_form);
335 std::vector<webkit_glue::PasswordForm*>* forms) const {
336 DCHECK(forms);
358 forms->push_back(new_form);
364 std::vector<PasswordForm*>* forms) const {
365 return GetAllLoginsWithBlacklistSetting(false, forms);
369 std::vector<PasswordForm*>* forms) const {
370 return GetAllLoginsWithBlacklistSetting(true, forms);
374 bool blacklisted, std::vector<PasswordForm*>* forms) const {
375 DCHECK(forms);
396 forms->push_back(new_form);