OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleAuthChallenge
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/http/
http_auth_controller.h
56
// |
HandleAuthChallenge
()| returns OK on success, or a network error code
58
virtual int
HandleAuthChallenge
(scoped_refptr<HttpResponseHeaders> headers,
proxy_client_socket.cc
50
int rv = auth->
HandleAuthChallenge
(response->headers, false, true, net_log);
http_auth_controller_unittest.cc
76
controller->
HandleAuthChallenge
(headers, false, false, dummy_log));
213
controller->
HandleAuthChallenge
(headers, false, false, dummy_log));
226
controller->
HandleAuthChallenge
(headers, false, false, dummy_log));
http_network_transaction.h
243
//
HandleAuthChallenge
() returns a network error code, or OK on success.
245
int
HandleAuthChallenge
();
http_network_transaction.cc
[
all
...]
http_auth_controller.cc
248
int HttpAuthController::
HandleAuthChallenge
(
/external/chromium_org/net/socket_stream/
socket_stream.h
330
int
HandleAuthChallenge
(const HttpResponseHeaders* headers);
socket_stream.cc
946
result = proxy_auth_controller_->
HandleAuthChallenge
(
[
all
...]
Completed in 2585 milliseconds