Searched defs:AuthorizationRef (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/cocoa/
H A Dscoped_authorizationref.h14 // scoped_AuthorizationRef maintains ownership of an AuthorizationRef. It is
19 explicit scoped_AuthorizationRef(AuthorizationRef authorization = NULL)
29 void reset(AuthorizationRef authorization = NULL) {
38 bool operator==(AuthorizationRef that) const {
42 bool operator!=(AuthorizationRef that) const {
46 operator AuthorizationRef() const {
50 AuthorizationRef* operator&() {
54 AuthorizationRef get() const {
59 AuthorizationRef temp = that.authorization_;
68 AuthorizationRef releas
[all...]

Completed in 54 milliseconds