Searched defs:PasswordForm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dpassword_form.cc13 PasswordForm::PasswordForm() function in class:autofill::PasswordForm
24 PasswordForm::~PasswordForm() {
27 bool PasswordForm::IsPublicSuffixMatch() const {
31 bool PasswordForm::operator==(const PasswordForm& form) const {
55 bool PasswordForm::operator!=(const PasswordForm& form) const {
59 std::ostream& operator<<(std::ostream& os, const PasswordForm
[all...]
H A Dpassword_form.h18 // The PasswordForm struct encapsulates information about a login form,
22 // metdata using a PasswordForm struct, typically one that was created from
27 // PasswordForm entries against PasswordForms that were created from a parsed
33 // about a particular "saved password entry" to our PasswordForm
40 struct PasswordForm { struct in namespace:autofill
78 // fashion) whether or not a given PasswordForm result from the database is a
95 // of PasswordForm results from the database to make matches as tight as
141 // SSL cert. We will never match or autofill a PasswordForm where
142 // ssl_valid == true with a PasswordForm where ssl_valid == false. This means
149 // True if this PasswordForm represent
[all...]

Completed in 84 milliseconds