Home | History | Annotate | Download | only in http

Lines Matching refs:PendingOp

212   struct PendingOp;  // Info for an entry under construction.
230 typedef base::hash_map<std::string, PendingOp*> PendingOpsMap;
277 // Returns the PendingOp for the desired |key|. If an entry is not under
278 // construction already, a new PendingOp structure is created.
279 PendingOp* GetPendingOp(const std::string& key);
281 // Deletes a PendingOp.
282 void DeletePendingOp(PendingOp* pending_op);
326 // (PendingOp, active or doomed entry).
334 bool RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
347 void OnIOComplete(int result, PendingOp* entry);
350 void OnBackendCreated(int result, PendingOp* pending_op);