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

  /external/v8/test/mjsunit/regress/
regress-1081309.js 38 this.response_ = eval('(' + json + ')');
40 if (this.response_.refs) {
41 for (var i = 0; i < this.response_.refs.length; i++) {
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
49 return this.response_;
54 return this.response_.body;
  /external/chromium/net/http/
http_cache_transaction.cc 148 cancel_request &= (response_.headers->response_code() == 200);
358 return (response_.headers || response_.ssl_info.cert ||
359 response_.cert_request_info) ? &response_ : NULL;
533 &response_, &truncated_)) {
580 if (response_.headers->GetContentLength() <= 0 ||
581 response_.headers->HasHeaderValue("Accept-Ranges", "none") ||
582 !response_.headers->HasStrongValidators())
889 if (response_.headers->response_code() == 206 || partial_.get())
    [all...]
http_transaction_unittest.h 229 response_.request_time = base::Time::Now();
231 response_.request_time = t->request_time;
233 response_.was_cached = false;
235 response_.response_time = base::Time::Now();
237 response_.response_time = t->response_time;
239 response_.headers = new net::HttpResponseHeaders(header_data);
240 response_.ssl_info.cert_status = t->cert_status;
286 return &response_;
308 net::HttpResponseInfo response_; member in class:MockNetworkTransaction
http_stream_parser.cc 50 response_ = response;
195 response_->request_time = base::Time::Now();
256 response_->response_time = base::Time::Now();
296 if (response_->headers->response_code() / 100 == 1) {
463 response_->headers = headers;
464 response_->vary_data.Init(*request_, *response_->headers);
481 switch (response_->headers->response_code()) {
496 if (response_->headers->GetHttpVersion() >= HttpVersion(1, 1) &&
497 response_->headers->HasHeaderValue("Transfer-Encoding", "chunked"))
    [all...]
http_network_transaction.cc 356 return ((headers_valid_ && response_.headers) || response_.ssl_info.cert ||
357 response_.cert_request_info) ? &response_ : NULL;
898 request_body, &response_, &io_callback_);
    [all...]
http_network_transaction.h 150 // ignored. Otherwise, stores the certificate in response_.ssl_info and
218 // May update |pending_auth_target_| or |response_.auth_challenge|.
221 // Populates response_.auth_challenge with the challenge information, so that
286 HttpResponseInfo response_; member in class:net::HttpNetworkTransaction
http_stream_parser.h 105 // Parse the headers into response_.
135 HttpResponseInfo* response_; member in class:net::HttpStreamParser
http_cache_transaction.h 250 // Called to write response_ to the cache entry. |truncated| indicates if the
295 HttpResponseInfo response_; member in class:net::HttpCache::Transaction
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/flip/
flip_stream.cc 22 response_(NULL),
56 return response_;
67 if (response_->headers)
128 response_ = response;
162 CHECK(!response_->headers);
164 *response_ = response; // TODO(mbelshe): avoid copy.
165 DCHECK(response_->headers);
191 if (!response_->headers) {
394 return response_->headers ? OK : ERR_IO_PENDING;
flip_network_transaction.cc 104 return (response_.headers || response_.ssl_info.cert) ? &response_ : NULL;
259 return stream_->SendRequest(upload_data, &response_, &io_callback_);
flip_network_transaction.h 105 HttpResponseInfo response_; member in class:net::FlipNetworkTransaction
flip_stream.h 175 HttpResponseInfo* response_; member in class:net::FlipStream
  /external/v8/test/mjsunit/
debug-backtrace.js 52 this.response_ = eval('(' + json + ')');
54 if (this.response_.refs) {
55 for (var i = 0; i < this.response_.refs.length; i++) {
56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
63 return this.response_;
68 return this.response_.body;
73 return this.response_.running;
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 65 : response_(response) {}
71 CodeGeneratorResponse::File* file = response_->add_file();
78 CodeGeneratorResponse::File* file = response_->add_file();
85 CodeGeneratorResponse* response_; member in class:google::protobuf::compiler::GeneratorResponseOutputDirectory
  /external/chromium/net/ftp/
ftp_network_transaction.cc 140 return &response_;
306 response_ = FtpResponseInfo();
544 response_.needs_auth = true;
650 response_.needs_auth = true;
1034 response_.is_directory_listing = true;
1038 response_.is_directory_listing = true;
1067 response_.is_directory_listing = true;
1071 response_.is_directory_listing = true;
    [all...]
ftp_network_transaction.h 180 FtpResponseInfo response_; member in class:net::FtpNetworkTransaction
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 925 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
968 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
    [all...]

Completed in 2409 milliseconds