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 296 HttpResponseInfo auth_response_; member in class:net::HttpCache::Transaction
http_cache_transaction.cc 277 DCHECK(auth_response_.headers);
287 auth_response_ = HttpResponseInfo();
317 if (auth_response_.headers && mode_ != NONE) {
356 if (auth_response_.headers)
357 return &auth_response_;
    [all...]

Completed in 46 milliseconds