Home | History | Annotate | Download | only in password_manager

Lines Matching defs:forms

86                          PasswordFormList* forms) OVERRIDE {
90 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
93 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE {
155 PasswordFormList* forms) OVERRIDE {
158 forms->push_back(new PasswordForm(all_forms_[i]));
162 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
165 forms->push_back(new PasswordForm(all_forms_[i]));
169 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE {
172 forms->push_back(new PasswordForm(all_forms_[i]));
206 std::vector<PasswordForm*> forms;
208 login_db->GetAutofillableLogins(&forms);
210 login_db->GetBlacklistLogins(&forms);
211 mock_return->OnLoginDatabaseQueryDone(forms);
215 void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) {
236 forms->push_back(CreatePasswordFormFromData(data));
393 // The autofillable forms should have been migrated to the native backend.
402 // The blacklisted forms should have been migrated to the native backend.