Home | History | Annotate | Download | only in http

Lines Matching refs:trans_

140       : operation_(operation), trans_(trans), entry_(entry), callback_(NULL),
144 : operation_(operation), trans_(trans), entry_(NULL), callback_(cb),
153 if (trans_)
154 trans_->io_callback()->Run(result);
170 void ClearTransaction() { trans_ = NULL; }
173 bool Matches(Transaction* trans) const { return trans == trans_; }
174 bool IsValid() const { return trans_ || entry_ || callback_; }
178 Transaction* trans_;