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

  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 17 std::string* response_status, std::string* response_headers,
  /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/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:__anon8178
310 client_.SetHTTPResponse(kTests[i].response_status, kTests[i].response_data);
  /external/chromium_org/net/http/
http_transaction_unittest.h 50 std::string* response_status,
http_cache_unittest.cc 325 std::string* response_status,
379 std::string* response_status,
407 std::string* response_status,
411 response_status->assign("HTTP/1.1 416 Requested Range Not Satisfiable");
420 response_status->assign("HTTP/1.1 304 Not Modified");
432 response_status->assign("HTTP/1.1 200 OK");
441 response_status->assign("HTTP/1.1 416 Requested Range Not Satisfiable");
479 response_status->assign("HTTP/1.1 304 Not Modified");
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream.h 392 int response_status() const { return response_status_; } function in class:net::SpdyStream
spdy_http_stream.cc 471 stream_closed_ ? closed_stream_status_ : stream_->response_status();

Completed in 8035 milliseconds