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

  /external/chromium_org/net/http/
http_cache_transaction.h 400 HttpResponseInfo auth_response_; member in class:net::HttpCache::Transaction
http_cache_transaction.cc 371 DCHECK(auth_response_.headers.get());
381 auth_response_ = HttpResponseInfo();
411 if (auth_response_.headers.get() && mode_ != NONE) {
500 if (auth_response_.headers.get())
501 return &auth_response_;
971 auth_response_ = *new_response;
997 (!ValidatePartialResponse() && !auth_response_.headers.get())) {
    [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 364 sync_pb::AuthenticateResponse auth_response_; member in class:syncer::MockConnectionManager

Completed in 1179 milliseconds