Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/mac/ | |
security_wrappers.cc | 20 OSStatus status = SecKeychainGetUserInteractionAllowed(&old_allowed_); 23 old_allowed_ = TRUE; 34 OSStatus status = SecKeychainSetUserInteractionAllowed(old_allowed_); |
security_wrappers.h | 25 Boolean old_allowed_; member in class:chrome::ScopedSecKeychainSetUserInteractionAllowed |