HomeSort by relevance Sort by last modified time
    Searched full:scoped_authorizationref (Results 1 - 5 of 5) 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);
authorization_util.mm 18 #include "chrome/browser/cocoa/scoped_authorizationref.h"
24 scoped_AuthorizationRef authorization;
install_from_dmg.mm 22 #include "chrome/browser/cocoa/scoped_authorizationref.h"
254 scoped_AuthorizationRef authorization(authorization_arg);
422 scoped_AuthorizationRef authorization(
keystone_glue.h 16 #include "chrome/browser/cocoa/scoped_authorizationref.h"
96 scoped_AuthorizationRef authorization_;
keystone_glue.mm 758 scoped_AuthorizationRef authorization(
770 scoped_AuthorizationRef authorization(authorization_arg);
    [all...]

Completed in 2554 milliseconds