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

/external/chromium/webkit/glue/
H A Dpassword_form.cc9 PasswordForm::PasswordForm() function in class:webkit_glue::PasswordForm
16 PasswordForm::PasswordForm(const WebKit::WebPasswordFormData& web_password_form) function in class:webkit_glue::PasswordForm
33 PasswordForm::~PasswordForm() {
H A Dpassword_form.h17 // The PasswordForm struct encapsulates information about a login form,
21 // metdata using a PasswordForm struct, typically one that was created from
26 // PasswordForm entries against PasswordForms that were created from a parsed
32 // about a particular "saved password entry" to our PasswordForm
39 struct PasswordForm { struct in namespace:webkit_glue
58 // fashion) whether or not a given PasswordForm result from the database is a
75 // of PasswordForm results from the database to make matches as tight as
110 // SSL cert. We will never match or autofill a PasswordForm where
111 // ssl_valid == true with a PasswordForm where ssl_valid == false. This means
118 // True if this PasswordForm represent
[all...]
/external/chromium_org/components/autofill/core/common/
H A Dpassword_form.cc13 PasswordForm::PasswordForm() function in class:autofill::PasswordForm
23 PasswordForm::~PasswordForm() {
26 bool PasswordForm::IsPublicSuffixMatch() const {
30 bool PasswordForm::operator==(const PasswordForm& form) const {
52 bool PasswordForm::operator!=(const PasswordForm& form) const {
56 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
77 // fashion) whether or not a given PasswordForm result from the database is a
94 // of PasswordForm results from the database to make matches as tight as
140 // SSL cert. We will never match or autofill a PasswordForm where
141 // ssl_valid == true with a PasswordForm where ssl_valid == false. This means
148 // True if this PasswordForm represent
[all...]

Completed in 345 milliseconds