Lines Matching refs:PendingOp
218 struct PendingOp; // Info for an entry under construction.
236 typedef base::hash_map<std::string, PendingOp*> PendingOpsMap;
290 // Returns the PendingOp for the desired |key|. If an entry is not under
291 // construction already, a new PendingOp structure is created.
292 PendingOp* GetPendingOp(const std::string& key);
294 // Deletes a PendingOp.
295 void DeletePendingOp(PendingOp* pending_op);
339 // (PendingOp, active or doomed entry).
347 bool RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
360 void OnIOComplete(int result, PendingOp* entry);
365 // TODO(ajwong): The PendingOp lifetime management is very tricky. It might
369 PendingOp* pending_op,
373 void OnBackendCreated(int result, PendingOp* pending_op);