OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_controller
(Results
1 - 9
of
9
) sorted by null
/external/chromium/net/http/
http_stream_factory_impl_request.h
69
HttpAuthController*
auth_controller
);
http_proxy_client_socket.h
59
const scoped_refptr<HttpAuthController>&
auth_controller
() {
function in class:net::HttpProxyClientSocket
http_stream_factory.h
85
// Ownership of |
auth_controller
| and |proxy_response| are owned
88
// to |
auth_controller
| if it is needed beyond the lifetime of this
97
HttpAuthController*
auth_controller
) = 0;
http_stream_factory_impl_job.h
126
HttpAuthController*
auth_controller
);
http_stream_factory_impl_request.cc
152
HttpAuthController*
auth_controller
) {
158
proxy_response, used_ssl_config, used_proxy_info,
auth_controller
);
http_network_transaction.h
73
HttpAuthController*
auth_controller
);
http_stream_factory_impl_job.cc
240
HttpAuthController*
auth_controller
) {
246
this, response, ssl_config_, proxy_info_,
auth_controller
);
332
http_proxy_socket->
auth_controller
()));
[
all
...]
http_network_transaction.cc
426
HttpAuthController*
auth_controller
) {
437
auth_controllers_[HttpAuth::AUTH_PROXY] =
auth_controller
;
[
all
...]
/external/chromium/net/spdy/
spdy_proxy_client_socket.h
58
const scoped_refptr<HttpAuthController>&
auth_controller
() {
function in class:net::SpdyProxyClientSocket
Completed in 67 milliseconds