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