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

  /external/chromium_org/chrome/browser/mac/
security_wrappers.h 73 return attribute_info_;
77 SecKeychainAttributeInfo* attribute_info_; member in class:chrome::ScopedSecKeychainAttributeInfo
security_wrappers.cc 85 : attribute_info_(attribute_info) {
89 OSStatus status = SecKeychainFreeAttributeInfo(attribute_info_);

Completed in 29 milliseconds