Home | History | Annotate | Download | only in webdata

Lines Matching refs:PasswordForm

15 using webkit_glue::PasswordForm;
19 void InitPasswordFormFromStatement(PasswordForm* form, sql::Statement* s) {
47 DCHECK((scheme_int >= 0) && (scheme_int <= PasswordForm::SCHEME_OTHER));
48 form->scheme = static_cast<PasswordForm::Scheme>(scheme_int);
108 bool LoginsTable::AddLogin(const PasswordForm& form) {
145 bool LoginsTable::UpdateLogin(const PasswordForm& form) {
182 bool LoginsTable::RemoveLogin(const PasswordForm& form) {
244 bool LoginsTable::GetLogins(const PasswordForm& form,
245 std::vector<PasswordForm*>* forms) {
263 PasswordForm* new_form = new PasswordForm();
271 bool LoginsTable::GetAllLogins(std::vector<PasswordForm*>* forms,
290 PasswordForm* new_form = new PasswordForm();