Home | History | Annotate | Download | only in integration

Lines Matching defs:forms

69 void ClearSyncDateField(std::vector<PasswordForm>* forms) {
70 for (std::vector<PasswordForm>::iterator it = forms->begin();
71 it != forms->end();
115 std::vector<PasswordForm> forms;
116 GetLogins(store, forms);
117 for (std::vector<PasswordForm>::iterator it = forms.begin();
118 it != forms.end(); ++it) {
147 std::vector<PasswordForm> forms;
149 GetLogins(GetPasswordStore(index), forms);
150 ClearSyncDateField(&forms);
152 password_manager::ContainsSamePasswordForms(verifier_forms, forms);
154 LOG(ERROR) << "Password forms in Verifier Profile:";
159 LOG(ERROR) << "Password forms in Profile" << index << ":";
160 for (std::vector<PasswordForm>::iterator it = forms.begin();
161 it != forms.end(); ++it) {
177 LOG(ERROR) << "Password forms in Profile" << index_a << ":";
182 LOG(ERROR) << "Password forms in Profile" << index_b << ":";
195 " forms as the verifier.";
206 " forms as Profile 0.";
346 std::vector<PasswordForm> forms;
347 GetLogins(GetPasswordStore(index), forms);
348 return forms.size();