Searched refs:query_form (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_internal.h33 // Returns true if there is the Keychain entry that matches |query_form| on
35 bool HasPasswordExactlyMatchingForm(const autofill::PasswordForm& query_form);
38 // |query_form|. This is different from actually extracting the passwords
43 const autofill::PasswordForm& query_form);
204 // Returns true if the signon_realm of |query_form| can be successfully parsed
205 // by ExtractSignonRealmComponents, and if |query_form| matches |other_form|.
206 bool FormIsValidAndMatchesOtherForm(const autofill::PasswordForm& query_form,
210 // in |item_form_pairs| that could be merged with |query_form|.
215 const autofill::PasswordForm& query_form);
H A Dpassword_store_mac.cc579 bool FormIsValidAndMatchesOtherForm(const PasswordForm& query_form, argument
585 if (!ExtractSignonRealmComponents(query_form.signon_realm, &server, &port,
590 query_form, other_form, STRICT_FORM_MATCH);
596 const PasswordForm& query_form) {
600 if (FormIsValidAndMatchesOtherForm(query_form, *(i->second))) {
636 const PasswordForm& query_form) {
637 SecKeychainItemRef keychain_item = KeychainItemForForm(query_form);
646 const PasswordForm& query_form) {
647 std::string username = base::UTF16ToUTF8(query_form.username_value);
649 MatchingKeychainItems(query_form
593 ExtractPasswordsMergeableWithForm( const AppleKeychain& keychain, const std::vector<ItemFormPair>& item_form_pairs, const PasswordForm& query_form) argument
635 HasPasswordExactlyMatchingForm( const PasswordForm& query_form) argument
645 HasPasswordsMergeableWithForm( const PasswordForm& query_form) argument
[all...]
H A Dpassword_store_mac_unittest.cc429 scoped_ptr<PasswordForm> query_form(
434 keychain_adapter.PasswordsFillingForm(query_form->signon_realm,
435 query_form->scheme);
441 keychain_adapter.HasPasswordsMergeableWithForm(*query_form));
449 *keychain_, item_form_pairs, *query_form);
462 query_form->signon_realm, query_form->scheme);
1168 scoped_ptr<PasswordForm> query_form(
1172 keychain_adapter.PasswordsFillingForm(query_form->signon_realm,
1173 query_form
[all...]

Completed in 1027 milliseconds