Searched refs:SelectPreemptiveAuth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_controller.h92 bool SelectPreemptiveAuth(const BoundNetLog& net_log);
H A Dhttp_auth_controller.cc177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
198 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) { function in class:net::HttpAuthController
208 // SelectPreemptiveAuth() is on the critical path for each request, so it

Completed in 290 milliseconds