HomeSort by relevance Sort by last modified time
    Searched refs:auth_response_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_cache_transaction.h 343 HttpResponseInfo auth_response_; member in class:net::HttpCache::Transaction
http_cache_transaction.cc 283 DCHECK(auth_response_.headers);
293 auth_response_ = HttpResponseInfo();
323 if (auth_response_.headers && mode_ != NONE) {
365 if (auth_response_.headers)
366 return &auth_response_;
669 auth_response_ = *new_response;
675 !auth_response_.headers) {
    [all...]

Completed in 23 milliseconds