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

  /external/chromium/net/http/
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...]
http_cache_transaction.h 343 HttpResponseInfo auth_response_; member in class:net::HttpCache::Transaction
  /external/chromium_org/net/http/
http_cache_transaction.cc 362 DCHECK(auth_response_.headers.get());
372 auth_response_ = HttpResponseInfo();
402 if (auth_response_.headers.get() && mode_ != NONE) {
475 if (auth_response_.headers.get())
476 return &auth_response_;
926 auth_response_ = *new_response;
931 if (!ValidatePartialResponse() && !auth_response_.headers.get()) {
    [all...]
http_cache_transaction.h 410 HttpResponseInfo auth_response_; member in class:net::HttpCache::Transaction
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 366 sync_pb::AuthenticateResponse auth_response_; member in class:syncer::MockConnectionManager

Completed in 193 milliseconds