Home
last modified time | relevance | path

Searched refs:handler_preemptive (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_controller.cc224 scoped_ptr<HttpAuthHandler> handler_preemptive; in SelectPreemptiveAuth() local
229 net_log, &handler_preemptive); in SelectPreemptiveAuth()
238 handler_.swap(handler_preemptive); in SelectPreemptiveAuth()
/external/chromium/net/socket_stream/
Dsocket_stream.cc602 scoped_ptr<HttpAuthHandler> handler_preemptive; in DoWriteTunnelHeaders() local
607 net_log_, &handler_preemptive); in DoWriteTunnelHeaders()
613 auth_handler_.swap(handler_preemptive); in DoWriteTunnelHeaders()