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

  /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

Completed in 22 milliseconds