Searched refs:has_requested_authentication_ (Results 1 – 2 of 2) sorted by relevance
95 if (!IsAuthenticated() && !has_requested_authentication_) { in Authenticate()96 has_requested_authentication_ = true; in Authenticate()
234 bool has_requested_authentication_ = false; variable