HomeSort by relevance Sort by last modified time
    Searched defs:PasswordForm (Results 1 - 2 of 2) sorted by null

  /external/chromium/webkit/glue/
password_form.cc 9 PasswordForm::PasswordForm()
16 PasswordForm::PasswordForm(const WebKit::WebPasswordFormData& web_password_form)
33 PasswordForm::~PasswordForm() {
password_form.h 17 // 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 {
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 represents the last username/password login th
    [all...]

Completed in 30 milliseconds