OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_data_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
http_auth_handler_ntlm.cc
74
if (
auth_data_
.empty()) {
81
if (!base::Base64Decode(
auth_data_
, &decoded_auth_data)) {
119
// TODO(cbentzel): Write a test case to validate that
auth_data_
is left empty
121
auth_data_
.clear();
137
auth_data_
= base64_param;
http_auth_handler_ntlm.h
168
std::string
auth_data_
;
member in class:net::HttpAuthHandlerNTLM
http_auth_handler_ntlm_portable.cc
648
// the first call (when
auth_data_
is empty). On subsequent calls,
650
return
auth_data_
.empty();
Completed in 355 milliseconds