Home | History | Annotate | Download | only in spdy

Lines Matching refs:trans

380     HttpNetworkTransaction* trans() { return trans_.get(); }
571 // the data for |trans|.
572 int ReadResult(HttpNetworkTransaction* trans,
581 int rv = trans->Read(buf.get(), kSize, callback.callback());
626 HttpNetworkTransaction* trans = helper.trans();
630 int rv = trans->Start(
651 ReadResult(trans, data, &result);
664 // Copy the response info, because trans goes away.
665 *response = *trans->GetResponseInfo();
679 scoped_ptr<HttpNetworkTransaction> trans(
686 int rv = trans->Start(&request, callback.callback(), BoundNetLog());
734 scoped_ptr<HttpTransaction> trans(
1228 EXPECT_EQ(7U, data.read_index()); // i.e. the third trans was queued
1375 EXPECT_EQ(data.read_index(), 7U); // i.e. the third & fourth trans queued
2045 const HttpResponseInfo* response = helper.trans()->GetResponseInfo();
2054 EXPECT_EQ(OK, ReadTransaction(helper.trans(), &response_body));
2086 HttpNetworkTransaction* trans = helper.trans();
2089 int rv = trans->Start(
2147 HttpNetworkTransaction* trans = helper.trans();
2150 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
2155 const HttpResponseInfo* response = trans->GetResponseInfo();
2160 rv = ReadTransaction(trans, &response_data);
2267 HttpNetworkTransaction* trans = helper.trans();
2270 int rv = trans->Start(
2307 HttpNetworkTransaction* trans = helper.trans();
2311 int rv = trans->Start(
2366 HttpNetworkTransaction* trans = helper.trans();
2370 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
2376 rv = trans->Read(
2412 HttpNetworkTransaction* trans = helper.trans();
2416 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
2421 // memory holding the stream object. Note that the callback deletes trans.
2424 rv = trans->Read(
2802 HttpNetworkTransaction* trans = helper.trans();
2806 int rv = trans->Start(
2823 HttpResponseInfo response = *trans->GetResponseInfo();
3047 HttpNetworkTransaction* trans = helper.trans();
3051 int rv = trans->Start(
3068 HttpResponseInfo response = *trans->GetResponseInfo();
3108 HttpNetworkTransaction* trans = helper.trans();
3112 int rv = trans->Start(
3129 HttpResponseInfo response = *trans->GetResponseInfo();
3169 HttpNetworkTransaction* trans = helper.trans();
3173 int rv = trans->Start(
3189 HttpResponseInfo response = *trans->GetResponseInfo();
3854 HttpNetworkTransaction* trans = helper.trans();
3855 int rv = trans->Start(
3863 const HttpResponseInfo* response = trans->GetResponseInfo();
3877 rv = trans->Read(buf.get(), kSmallReadSize, read_callback.callback());
3944 HttpNetworkTransaction* trans = helper.trans();
3947 int rv = trans->Start(
3955 const HttpResponseInfo* response = trans->GetResponseInfo();
3970 rv = trans->Read(buf.get(), kSmallReadSize, read_callback.callback());
4033 HttpNetworkTransaction* trans = helper.trans();
4036 int rv = trans->Start(
4044 const HttpResponseInfo* response = trans->GetResponseInfo();
4059 rv = trans->Read(buf.get(), kSmallReadSize, read_callback.callback());
4122 HttpNetworkTransaction* trans = helper.trans();
4126 int rv = trans->Start(
4134 const HttpResponseInfo* response = trans->GetResponseInfo();
4149 rv = trans->Read(buf.get(), kSmallReadSize, read_callback.callback());
4205 HttpNetworkTransaction* trans = helper.trans();
4208 int rv = trans->Start(
4216 const HttpResponseInfo* response = trans->GetResponseInfo();
4227 rv = trans->Read(buf.get(), kReadSize, read_callback.callback());
4534 HttpNetworkTransaction* trans = helper.trans();
4538 out.rv = trans->Start(&CreateGetRequest(), callback.callback(), log);
4544 const HttpResponseInfo* response = trans->GetResponseInfo();
4547 out.rv = ReadTransaction(trans, &out.response_data);
4564 HttpNetworkTransaction* trans = helper.trans();
4637 int rv = trans->Start(
4645 HttpResponseInfo response = *trans->GetResponseInfo();
4650 ASSERT_EQ(OK, ReadTransaction(trans, &response_data));
4695 HttpNetworkTransaction* trans = helper.trans();
4699 out.rv = trans->Start(
4706 const HttpResponseInfo* response = trans->GetResponseInfo();
4709 out.rv = ReadTransaction(trans, &out.response_data);
4815 HttpNetworkTransaction* trans_proxy = helper_proxy.trans();
4878 scoped_ptr<HttpNetworkTransaction> trans(
4882 int rv = trans->Start(
4901 const HttpResponseInfo* response = trans->GetResponseInfo();
4906 rv = ReadTransaction(trans.get(), &response_data);
5015 HttpNetworkTransaction* trans = helper.trans();
5017 const int rv_start = trans->Start(&request, callback.callback(), net_log);
5023 const HttpResponseInfo* const response_start = trans->GetResponseInfo();
5038 const int rv_restart = trans->RestartWithAuth(
5045 const HttpResponseInfo* const response_restart = trans->GetResponseInfo();
5170 HttpNetworkTransaction* trans = helper.trans();
5179 int rv = trans->Start(
5201 ReadResult(trans, &data, &result);
5211 trans goes away.
5212 response = *trans->GetResponseInfo();
5308 HttpNetworkTransaction* trans = helper.trans();
5317 int rv = trans->Start(
5339 ReadResult(trans, &data, &result);
5345 // Copy the response info, because trans goes away.
5346 response = *trans->GetResponseInfo();
5424 HttpNetworkTransaction* trans = helper.trans();
5433 int rv = trans->Start(
5455 ReadResult(trans, &data, &result);
5462 // Copy the response info, because trans goes away.
5463 HttpResponseInfo response = *trans->GetResponseInfo();
5647 HttpNetworkTransaction* trans = helper.trans();
5652 int rv = trans->Start(&request, callback.callback(), BoundNetLog());
5658 ReadResult(trans, &data, &result);
5665 // Copy the response info, because trans goes away.
5666 response = *trans->GetResponseInfo();
5706 HttpNetworkTransaction* trans = helper.trans();
5710 int rv = trans->Start(
5727 HttpResponseInfo response = *trans->GetResponseInfo();
5775 HttpNetworkTransaction* trans = helper.trans();
5778 int rv = trans->Start(&info1, callback.callback(), BoundNetLog());
5905 HttpNetworkTransaction* trans = helper.trans();
5908 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
5914 SpdyHttpStream* stream = static_cast<SpdyHttpStream*>(trans->stream_.get());
5975 HttpNetworkTransaction* trans = helper.trans();
5978 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
5985 static_cast<SpdyHttpStream*>(trans->stream_.get());
5993 const HttpResponseInfo* response = trans->GetResponseInfo();
6003 trans->Read(buf.get(), kTargetSize, CompletionCallback()));
6069 HttpNetworkTransaction* trans = helper.trans();
6072 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
6183 HttpNetworkTransaction* trans = helper.trans();
6186 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
6191 SpdyHttpStream* stream = static_cast<SpdyHttpStream*>(trans->stream_.get());
6301 HttpNetworkTransaction* trans = helper.trans();
6304 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
6309 SpdyHttpStream* stream = static_cast<SpdyHttpStream*>(trans->stream_.get());
6428 HttpNetworkTransaction* trans = helper.trans();
6431 int rv = trans->Start(&helper.request(), callback.callback(), BoundNetLog());
6436 SpdyHttpStream* stream = static_cast<SpdyHttpStream*>(trans->stream_.get());