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

  /external/chromium_org/base/mac/
scoped_authorizationref.h 13 // ScopedAuthorizationRef maintains ownership of an AuthorizationRef. It is
19 class ScopedAuthorizationRef {
21 explicit ScopedAuthorizationRef(AuthorizationRef authorization = NULL)
25 ~ScopedAuthorizationRef() {
60 void swap(ScopedAuthorizationRef& that) {
66 // ScopedAuthorizationRef::release() is like scoped_ptr<>::release. It is
68 // ScopedAuthorizationRef object to call AuthorizationFree(), use
69 // ScopedAuthorizationRef::reset().
79 DISALLOW_COPY_AND_ASSIGN(ScopedAuthorizationRef);
  /external/chromium_org/chrome/browser/mac/
keystone_glue.h 96 base::mac::ScopedAuthorizationRef authorization_;

Completed in 47 milliseconds