Home | History | Annotate | Download | only in http

Lines Matching refs:trans

206                                 scoped_ptr<HttpTransaction>* trans) OVERRIDE;
269 // provided transaction to use the object. Returns an error code. |trans|
273 int GetBackendForTransaction(Transaction* trans);
282 // Dooms the entry selected by |key|. |trans| will be notified via its IO
285 int DoomEntry(const std::string& key, Transaction* trans);
287 // Dooms the entry selected by |key|. |trans| will be notified via its IO
290 int AsyncDoomEntry(const std::string& key, Transaction* trans);
319 // in |*entry|. |trans| will be notified via its IO callback if this method
322 Transaction* trans);
325 // ActiveEntry in |*entry|. |trans| will be notified via its IO callback if
328 Transaction* trans);
338 int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans);
343 void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel);
350 void DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans);
357 LoadState GetLoadStateForPendingTransaction(const Transaction* trans);
359 // Removes the transaction |trans|, from the pending list of an entry
361 void RemovePendingTransaction(Transaction* trans);
363 // Removes the transaction |trans|, from the pending list of |entry|.
365 Transaction* trans);
367 // Removes the transaction |trans|, from the pending list of |pending_op|.
369 Transaction* trans);