Home | History | Annotate | Download | only in glue

Lines Matching refs:passwords

51   std::vector<webkit_glue::PasswordForm*> passwords;
52 if (!password_store_->FillAutofillableLogins(&passwords) ||
53 !password_store_->FillBlacklistLogins(&passwords)) {
54 STLDeleteElements(&passwords);
72 passwords.begin();
73 ix != passwords.end(); ++ix) {
79 if (node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
89 STLDeleteElements(&passwords);
100 if (!node.InitUniqueByCreation(syncable::PASSWORDS,
102 STLDeleteElements(&passwords);
115 STLDeleteElements(&passwords);
146 LOG(ERROR) << "Failed to write passwords.";
210 // We always encrypt passwords, so no need to check if encryption is enabled.
349 // If the passwords differ, we take the one that was created more recently.