Home | History | Annotate | Download | only in http

Lines Matching refs:handler

68 AuthTarget DetermineAuthTarget(const HttpAuthHandler* handler) {
69 switch (handler->target()) {
71 if (handler->origin().SchemeIsSecure())
76 if (handler->origin().SchemeIsSecure())
87 void HistogramAuthEvent(HttpAuthHandler* handler, AuthEvent auth_event) {
99 HttpAuth::Scheme auth_scheme = handler->auth_scheme();
143 AuthTarget auth_target = DetermineAuthTarget(handler);
223 // Try to create a handler using the previous auth challenge.
267 // Give the existing auth handler first try at the authentication headers.
386 // to know about it. If an entry for (origin, handler->realm()) already