Searched defs:needs_auth (Results 1 – 3 of 3) sorted by relevance
21 bool needs_auth; variable
179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); in MaybeGenerateAuthToken() local
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { in NeedsAuth()