HomeSort by relevance Sort by last modified time
    Searched refs:ItemFormPair (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 120 typedef std::pair<SecKeychainItemRef*, autofill::PasswordForm*> ItemFormPair;
189 std::vector<ItemFormPair> ExtractAllKeychainItemAttributesIntoPasswordForms(
214 const std::vector<ItemFormPair>& item_form_pairs,
password_store_mac.cc 487 std::vector<ItemFormPair> ExtractAllKeychainItemAttributesIntoPasswordForms(
493 std::vector<ItemFormPair> item_form_pairs;
518 std::vector<ItemFormPair> item_form_pairs =
595 const std::vector<ItemFormPair>& item_form_pairs,
598 for (std::vector<ItemFormPair>::const_iterator i = item_form_pairs.begin();
    [all...]
password_store_mac_unittest.cc 443 std::vector<internal_keychain_helpers::ItemFormPair> item_form_pairs =
    [all...]

Completed in 477 milliseconds