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

  /external/chromium/net/spdy/
spdy_http_stream.cc 90 return stream_->response_status();
135 return stream_->response_status();
224 if (stream_->response_status() == OK)
227 return stream_->response_status();
426 if (!stream_ || stream_->response_status() != OK || stream_->cancelled())
spdy_stream.h 225 int response_status() const { return response_status_; } function in class:net::SpdyStream
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 20 std::string* response_status,
  /external/chromium/net/http/
http_transaction_unittest.h 47 std::string* response_status,
http_cache_unittest.cc 793 std::string* response_status,
846 std::string* response_status,
866 std::string* response_status,
870 response_status->assign("HTTP/1.1 416 Requested Range Not Satisfiable");
879 response_status->assign("HTTP/1.1 304 Not Modified");
891 response_status->assign("HTTP/1.1 200 OK");
900 response_status->assign("HTTP/1.1 416 Requested Range Not Satisfiable");
938 response_status->assign("HTTP/1.1 304 Not Modified");
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 224 int response_status; member in struct:__anon5655
310 client_.SetHTTPResponse(kTests[i].response_status, kTests[i].response_data);
  /external/chromium_org/net/cert/
ct_objects_extractor_nss.cc 275 SECItem response_status; member in struct:net::ct::__anon8935::OCSPResponse
287 { SEC_ASN1_ENUMERATED, offsetof(OCSPResponse, response_status) },
  /external/chromium_org/net/http/
http_transaction_unittest.h 50 std::string* response_status,
http_cache_unittest.cc 327 std::string* response_status,
381 std::string* response_status,
409 std::string* response_status,
413 response_status->assign("HTTP/1.1 416 Requested Range Not Satisfiable");
422 response_status->assign("HTTP/1.1 304 Not Modified");
434 response_status->assign("HTTP/1.1 200 OK");
443 response_status->assign("HTTP/1.1 416 Requested Range Not Satisfiable");
481 response_status->assign("HTTP/1.1 304 Not Modified");
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream.h 389 int response_status() const { return response_status_; } function in class:net::SpdyStream
spdy_http_stream.cc 483 stream_closed_ ? closed_stream_status_ : stream_->response_status();

Completed in 439 milliseconds