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

/external/chromium/net/http/
H A Dhttp_auth_controller.cc179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) { function in class:net::HttpAuthController
214 // SelectPreemptiveAuth() is on the critical path for each request, so it
/external/chromium_org/net/http/
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 126 milliseconds