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

  /external/chromium/chrome/browser/cocoa/
scoped_authorizationref.h 14 // scoped_AuthorizationRef maintains ownership of an AuthorizationRef. It is
17 class scoped_AuthorizationRef {
19 explicit scoped_AuthorizationRef(AuthorizationRef authorization = NULL)
23 ~scoped_AuthorizationRef() {
58 void swap(scoped_AuthorizationRef& that) {
64 // scoped_AuthorizationRef::release() is like scoped_ptr<>::release. It is
66 // scoped_AuthorizationRef object to call AuthorizationFree(), use
77 DISALLOW_COPY_AND_ASSIGN(scoped_AuthorizationRef);
keystone_glue.h 16 #include "chrome/browser/cocoa/scoped_authorizationref.h"
96 scoped_AuthorizationRef authorization_;

Completed in 194 milliseconds