Home
last modified time | relevance | path

Searched refs:AuthorizationRef (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/mac/
Dscoped_authorizationref.h21 explicit ScopedAuthorizationRef(AuthorizationRef authorization = NULL)
31 void reset(AuthorizationRef authorization = NULL) {
40 bool operator==(AuthorizationRef that) const {
44 bool operator!=(AuthorizationRef that) const {
48 operator AuthorizationRef() const { in AuthorizationRef() function
52 AuthorizationRef* get_pointer() { return &authorization_; } in get_pointer()
54 AuthorizationRef get() const { in get()
59 AuthorizationRef temp = that.authorization_; in swap()
67 AuthorizationRef release() WARN_UNUSED_RESULT { in release()
68 AuthorizationRef temp = authorization_; in release()
[all …]
/external/libcups/cups/
Dhttp-private.h336 AuthorizationRef auth_ref; /* Authorization ref */