Searched refs:TokenExpiredNotificationDelegate (Results 1 – 2 of 2) sorted by relevance
46 class TokenExpiredNotificationDelegate;47 friend class TokenExpiredNotificationDelegate; variable50 scoped_refptr<TokenExpiredNotificationDelegate> token_expired_delegate_;
30 class CloudPrintProxyService::TokenExpiredNotificationDelegate class in CloudPrintProxyService33 explicit TokenExpiredNotificationDelegate( in TokenExpiredNotificationDelegate() function in CloudPrintProxyService::TokenExpiredNotificationDelegate51 DISALLOW_COPY_AND_ASSIGN(TokenExpiredNotificationDelegate);102 token_expired_delegate_ = new TokenExpiredNotificationDelegate(this); in ShowTokenExpiredNotification()