Searched refs:param_pairs (Results 1 - 11 of 11) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_handler_basic.cc38 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
59 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
H A Dhttp_auth_unittest.cc247 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
263 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
279 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
295 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
312 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
329 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
353 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
367 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
392 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
H A Dhttp_auth.h177 // of name-value pairs. param_pairs() and base64_param() methods are provided
204 HttpUtil::NameValuePairsIterator param_pairs() const;
H A Dhttp_auth_handler_digest.cc116 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
207 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
H A Dhttp_auth.cc90 HttpUtil::NameValuePairsIterator HttpAuth::ChallengeTokenizer::param_pairs() function in class:net::HttpAuth::ChallengeTokenizer
/external/chromium_org/net/http/
H A Dhttp_auth_unittest.cc252 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
268 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
284 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
300 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
317 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
334 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
358 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
372 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
397 HttpUtil::NameValuePairsIterator parameters = challenge.param_pairs();
H A Dhttp_auth_handler_basic.cc40 HttpUtil::NameValuePairsIterator parameters = tokenizer.param_pairs();
H A Dhttp_auth.h177 // of name-value pairs. param_pairs() and base64_param() methods are provided
196 HttpUtil::NameValuePairsIterator param_pairs() const;
H A Dhttp_auth.cc102 HttpUtil::NameValuePairsIterator HttpAuth::ChallengeTokenizer::param_pairs() function in class:net::HttpAuth::ChallengeTokenizer
H A Dhttp_auth_handler_digest.cc117 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
203 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Dhttp_auth_handler_spdyproxy.cc130 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();

Completed in 294 milliseconds