Home | History | Annotate | Download | only in password_manager

Lines Matching refs:forms

33   // Adds |form| to the list of remembered password forms.
40 // Removes |form| from the list of remembered password forms.
49 // Loads a list of matching password forms into the specified vector |forms|.
53 std::vector<webkit_glue::PasswordForm*>* forms) const;
61 std::vector<webkit_glue::PasswordForm*>* forms) const;
63 // Loads the complete list of autofillable password forms (i.e., not blacklist
64 // entries) into |forms|.
66 std::vector<webkit_glue::PasswordForm*>* forms) const;
68 // Loads the complete list of blacklist forms into |forms|.
69 bool GetBlacklistLogins(std::vector<webkit_glue::PasswordForm*>* forms) const;
94 // |forms|.
96 bool blacklisted, std::vector<webkit_glue::PasswordForm*>* forms) const;