Searched refs:response_ (Results 1 - 25 of 43) sorted by relevance

12

/external/v8/test/mjsunit/regress/
H A Dregress-1081309.js38 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/v8/test/mjsunit/
H A Ddebug-return-value.js34 this.response_ = eval('(' + json + ')');
36 if (this.response_.refs) {
37 for (var i = 0; i < this.response_.refs.length; i++) {
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
45 return this.response_;
50 return this.response_.body;
55 return this.response_.running;
H A Ddebug-backtrace.js52 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/chromium/chrome/browser/
H A Dmock_browsing_data_database_helper.cc38 response_.push_back(BrowsingDataDatabaseHelper::DatabaseInfo(
42 response_.push_back(BrowsingDataDatabaseHelper::DatabaseInfo(
50 callback_->Run(response_);
H A Dmock_browsing_data_indexed_db_helper.cc35 response_.push_back(
40 response_.push_back(
49 callback_->Run(response_);
H A Dmock_browsing_data_local_storage_helper.cc36 response_.push_back(
41 response_.push_back(
50 callback_->Run(response_);
H A Dmock_browsing_data_indexed_db_helper.h17 // Use AddIndexedDBSamples() or add directly to response_ vector, then
55 std::vector<IndexedDBInfo> response_; member in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.h16 // Use AddLocalStorageSamples() or add directly to response_ vector, then
55 std::vector<LocalStorageInfo> response_; member in class:MockBrowsingDataLocalStorageHelper
H A Dmock_browsing_data_database_helper.h17 // Use AddDatabaseSamples() or add directly to response_ vector, then call
59 std::vector<DatabaseInfo> response_; member in class:MockBrowsingDataDatabaseHelper
/external/chromium/net/http/
H A Dhttp_proxy_client_socket.cc80 return response_.headers ? &response_ : NULL;
188 DCHECK_EQ(407, response_.headers->response_code());
189 LogBlockedTunnelResponse(response_.headers->response_code());
222 if (!response_.headers.get())
226 if (response_.headers->IsKeepAlive() &&
258 response_ = HttpResponseInfo();
263 DCHECK(response_.headers);
265 int rv = auth_->HandleAuthChallenge(response_.headers, false, true, net_log_);
266 response_
[all...]
H A Dhttp_network_transaction.cc197 response_.cert_request_info->host_and_port, client_cert);
344 return ((headers_valid_ && response_.headers) || response_.ssl_info.cert ||
345 response_.cert_request_info) ? &response_ : NULL;
383 response_.was_npn_negotiated = stream_request_->was_npn_negotiated();
384 response_.was_fetched_via_spdy = stream_request_->using_spdy();
385 response_.was_fetched_via_proxy = !proxy_info_.is_direct();
410 response_.ssl_info = ssl_info;
431 response_
[all...]
H A Dhttp_cache_transaction.cc148 cancel_request &= (response_.headers->response_code() == 200);
367 return (response_.headers || response_.ssl_info.cert ||
368 response_.cert_request_info) ? &response_ : NULL;
654 response_.ssl_info = response->ssl_info;
658 response_.cert_request_info = response->cert_request_info;
680 response_ = HttpResponseInfo();
695 response_ = *new_response_;
993 // TODO(wtc): should we update cached certificate (response_
[all...]
H A Dhttp_transaction_unittest.cc238 response_.request_time = base::Time::Now();
240 response_.request_time = t->request_time;
242 response_.was_cached = false;
244 response_.response_time = base::Time::Now();
246 response_.response_time = t->response_time;
248 response_.headers = new net::HttpResponseHeaders(header_data);
249 response_.ssl_info.cert_status = t->cert_status;
299 return &response_;
H A Dhttp_stream_parser.cc72 response_ = response;
79 response_->socket_address = HostPortPair::FromAddrInfo(address.head());
239 response_->request_time = base::Time::Now();
378 response_->response_time = base::Time::Now();
426 if (response_->headers->response_code() / 100 == 1) {
620 response_->headers = headers;
621 response_->vary_data.Init(*request_, *response_->headers);
639 switch (response_->headers->response_code()) {
654 if (response_
[all...]
H A Dhttp_stream_parser.h128 // Parse the headers into response_. Returns OK on success or a net::Error on
159 HttpResponseInfo* response_; member in class:net::HttpStreamParser
/external/chromium/net/base/
H A Ddnsrr_resolver.cc118 response_(response) {
124 response_ = NULL;
131 if (response_ && response)
132 *response_ = *response;
140 RRResponse* response_; member in class:net::RRResolverHandle
211 response_.fetch_time = base::Time::Now();
217 response_.negative = true;
218 response_.ttl = kNegativeTTLSecs;
249 return response_.ParseFromResponse(answer, len, rrtype_);
260 response_
412 RRResponse response_; member in class:net::RRResolverWorker
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc65 : 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/spdy/
H A Dspdy_stream.cc53 response_(new spdy::SpdyHeaderBlock),
87 int rv = delegate_->OnResponseReceived(*response_, response_time_, OK);
242 DCHECK(response_->empty());
243 *response_ = response; // TODO(ukai): avoid copy.
257 rv = delegate_->OnResponseReceived(*response_, response_time_, rv);
265 DCHECK(!response_->empty());
271 if ((*response_).find(it->first) != (*response_).end()) {
277 (*response_)[it->first] = it->second;
282 rv = delegate_->OnResponseReceived(*response_, response_time
[all...]
H A Dspdy_stream_unittest.cc41 response_(new spdy::SpdyHeaderBlock),
63 *response_ = response;
87 return response_;
98 linked_ptr<spdy::SpdyHeaderBlock> response_; member in class:net::__anon2347::TestSpdyStreamDelegate
H A Dspdy_proxy_client_socket.cc63 return response_.headers ? &response_ : NULL;
375 if (response_.headers->GetParsedHttpVersion() < HttpVersion(1, 0))
382 make_scoped_refptr(new NetLogHttpResponseParameter(response_.headers)));
385 if (response_.headers->response_code() == 200) {
387 } else if (response_.headers->response_code() == 407) {
441 int rv = SpdyHeadersToHttpResponse(response, &response_);
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_dialog.h77 int* response_; member in class:FirstRunDialog
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_throttling_resource_handler.cc83 response_ = response;
186 if (response_.get())
187 download_handler_->OnResponseStarted(request_id_, response_.get());
H A Ddownload_throttling_resource_handler.h80 scoped_refptr<ResourceResponse> response_; member in class:DownloadThrottlingResourceHandler
/external/chromium/webkit/glue/
H A Dresource_fetcher_unittest.cc49 response_ = response;
60 const WebURLResponse& response() const { return response_; }
90 WebURLResponse response_; member in class:__anon2512::FetcherDelegate
H A Dresource_fetcher.cc87 response_ = response;
112 RunCallback(response_, data_);

Completed in 5267 milliseconds

12