Home | History | Annotate | Download | only in base

Lines Matching refs:transaction_

285       transaction_(transaction), free_transaction_(false),
290 if (NULL == transaction_) {
292 transaction_ = new HttpTransaction;
301 delete transaction_;
395 base_.send(&transaction_->request);
478 if (!HttpWriteCacheHeaders(&transaction_->response, stream.get(), NULL)) {
516 switch (HttpGetCacheState(*transaction_)) {
557 if (!HttpReadCacheHeaders(stream.get(), &transaction_->response, combine)) {
685 && HttpShouldCache(*transaction_)) {
713 base_.send(&transaction_->request);
718 base_.recv(&transaction_->response);