Searched defs:itemClass (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dkeychain_mac.cc9 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
11 return SecKeychainItemCopyAttributesAndData(itemRef, info, itemClass,
32 CFTypeRef keychainOrArray, SecItemClass itemClass,
35 return SecKeychainSearchCreateFromAttributes(keychainOrArray, itemClass,
7 ItemCopyAttributesAndData( SecKeychainItemRef itemRef, SecKeychainAttributeInfo *info, SecItemClass *itemClass, SecKeychainAttributeList **attrList, UInt32 *length, void **outData) const argument
31 SearchCreateFromAttributes( CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) const argument
H A Dkeychain_mock_mac.cc172 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
180 DCHECK(!itemClass); // itemClass not implemented in the Mock.
245 CFTypeRef keychainOrArray, SecItemClass itemClass,
170 ItemCopyAttributesAndData( SecKeychainItemRef itemRef, SecKeychainAttributeInfo *info, SecItemClass *itemClass, SecKeychainAttributeList **attrList, UInt32 *length, void **outData) const argument
244 SearchCreateFromAttributes( CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) const argument

Completed in 30 milliseconds