Searched refs:auth_response_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h418 HttpResponseInfo auth_response_; member in class:net::HttpCache::Transaction
H A Dhttp_cache_transaction.cc492 DCHECK(auth_response_.headers.get());
502 auth_response_ = HttpResponseInfo();
532 if (auth_response_.headers.get() && mode_ != NONE) {
621 if (auth_response_.headers.get())
622 return &auth_response_;
1145 auth_response_ = *new_response;
1171 (!ValidatePartialResponse() && !auth_response_.headers.get())) {
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.h364 sync_pb::AuthenticateResponse auth_response_; member in class:syncer::MockConnectionManager

Completed in 176 milliseconds