Searched refs:AuthChallengeInfo (Results 1 - 25 of 81) sorted by last modified time

1234

/external/chromium_org/net/base/
H A Dauth.cc10 AuthChallengeInfo::AuthChallengeInfo() : is_proxy(false) { function in class:net::AuthChallengeInfo
13 bool AuthChallengeInfo::Equals(const AuthChallengeInfo& that) const {
20 AuthChallengeInfo::~AuthChallengeInfo() {
H A Dauth.h19 class NET_EXPORT AuthChallengeInfo : class in namespace:net
20 public base::RefCountedThreadSafe<AuthChallengeInfo> {
22 AuthChallengeInfo();
24 // Determines whether two AuthChallengeInfo's are equivalent.
25 bool Equals(const AuthChallengeInfo& other) const;
41 friend class base::RefCountedThreadSafe<AuthChallengeInfo>;
42 ~AuthChallengeInfo();
H A Dnetwork_delegate.cc120 const AuthChallengeInfo& auth_info,
243 const AuthChallengeInfo& auth_info,
H A Dnetwork_delegate.h94 const AuthChallengeInfo& auth_info,
239 const AuthChallengeInfo& auth_info,
/external/chromium_org/net/http/
H A Dhttp_auth_controller.cc510 auth_info_ = new AuthChallengeInfo;
558 scoped_refptr<AuthChallengeInfo> HttpAuthController::auth_info() {
H A Dhttp_auth_controller.h23 class AuthChallengeInfo;
70 virtual scoped_refptr<AuthChallengeInfo> auth_info();
147 scoped_refptr<AuthChallengeInfo> auth_info_;
H A Dhttp_network_transaction.cc1518 scoped_refptr<AuthChallengeInfo> auth_info =
H A Dhttp_network_transaction_unittest.cc595 // Helper functions for validating that AuthChallengeInfo's are correctly
597 bool CheckBasicServerAuth(const AuthChallengeInfo* auth_challenge) {
607 bool CheckBasicProxyAuth(const AuthChallengeInfo* auth_challenge) {
617 bool CheckDigestServerAuth(const AuthChallengeInfo* auth_challenge) {
627 bool CheckNTLMServerAuth(const AuthChallengeInfo* auth_challenge) {
5905 response->auth_challenge = new AuthChallengeInfo();
8345 const AuthChallengeInfo* challenge = response->auth_challenge.get();
H A Dhttp_response_info.h21 class AuthChallengeInfo;
121 scoped_refptr<AuthChallengeInfo> auth_challenge;
/external/chromium_org/net/proxy/
H A Dnetwork_delegate_error_observer_unittest.cc62 const AuthChallengeInfo& auth_info,
H A Dproxy_script_fetcher_impl.cc181 AuthChallengeInfo* auth_info) {
H A Dproxy_script_fetcher_impl.h55 AuthChallengeInfo* auth_info) OVERRIDE;
H A Dproxy_script_fetcher_impl_unittest.cc160 const AuthChallengeInfo& auth_info,
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc59 AuthChallengeInfo* auth_info) {
H A Dsocket_stream.h29 class AuthChallengeInfo;
89 AuthChallengeInfo* auth_info);
H A Dsocket_stream_unittest.cc42 AuthChallengeInfo* auth_challenge_info,
51 scoped_refptr<AuthChallengeInfo> auth_info;
137 AuthChallengeInfo* auth_info) OVERRIDE {
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc5028 AuthChallengeInfo* auth_challenge = response_start->auth_challenge.get();
/external/chromium_org/net/url_request/
H A Durl_request.cc177 AuthChallengeInfo* auth_info) {
1061 void URLRequest::NotifyAuthRequired(AuthChallengeInfo* auth_info) {
1092 scoped_refptr<AuthChallengeInfo> auth_info;
H A Durl_request.h225 AuthChallengeInfo* auth_info);
762 void NotifyAuthRequired(AuthChallengeInfo* auth_info);
874 scoped_refptr<AuthChallengeInfo> auth_info_;
H A Durl_request_context_builder.cc98 const AuthChallengeInfo& auth_info,
H A Durl_request_ftp_job.cc301 scoped_refptr<AuthChallengeInfo>* result) {
309 scoped_refptr<AuthChallengeInfo> auth_info(new AuthChallengeInfo);
H A Durl_request_ftp_job.h68 scoped_refptr<AuthChallengeInfo>* auth_info) OVERRIDE;
H A Durl_request_http_job.cc1100 scoped_refptr<AuthChallengeInfo>* result) {
H A Durl_request_http_job.h118 virtual void GetAuthChallengeInfo(scoped_refptr<AuthChallengeInfo>*) OVERRIDE;
H A Durl_request_job.cc173 scoped_refptr<AuthChallengeInfo>* auth_info) {
354 scoped_refptr<AuthChallengeInfo> auth_info;

Completed in 185 milliseconds

1234