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

/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac_internal.h102 // Changes the password for keychain_item to |password|; returns true if the
104 bool SetKeychainItemPassword(const SecKeychainItemRef& keychain_item,
107 // Sets the creator code of keychain_item to creator_code; returns true if the
109 bool SetKeychainItemCreatorCode(const SecKeychainItemRef& keychain_item,
129 // Sets the fields of |form| based on the keychain data from |keychain_item|.
130 // Fields that can't be determined from |keychain_item| will be unchanged.
141 const SecKeychainItemRef& keychain_item,
H A Dpassword_store_mac.cc156 SecKeychainItemRef keychain_item;
157 while (keychain_->SearchCopyNext(search_ref_, &keychain_item) == noErr) {
159 items->push_back(keychain_item);
232 const SecKeychainItemRef& keychain_item,
253 OSStatus result = keychain.ItemCopyAttributesAndData(keychain_item, &attrInfo,
496 SecKeychainItemRef keychain_item = KeychainItemForForm(query_form); local
497 if (keychain_item) {
500 keychain_item,
502 keychain_->Free(keychain_item);
586 SecKeychainItemRef keychain_item local
707 SetKeychainItemPassword( const SecKeychainItemRef& keychain_item, const std::string& password) argument
715 SetKeychainItemCreatorCode( const SecKeychainItemRef& keychain_item, OSType creator_code) argument
[all...]
H A Dpassword_store_mac_unittest.cc278 SecKeychainItemRef keychain_item = local
282 *keychain_, keychain_item, &form);
318 SecKeychainItemRef keychain_item = reinterpret_cast<SecKeychainItemRef>(99); local
321 *keychain_, keychain_item, &form);
555 SecKeychainItemRef keychain_item = reinterpret_cast<SecKeychainItemRef>(2); local
558 keychain_item,

Completed in 160 milliseconds