Home | History | Annotate | Download | only in disk_cache

Lines Matching full:current

46   // Initializes the object for the current entry. If this entry already stores
67 // Cancels the current sparse operation (if any).
80 // These methods just read / write the required info from disk for the current
93 // Deletes the current child and continues the current operation (open).
96 // Continues the current operation (open) without a current child.
103 // Sets the bit for the current child to the provided |value|. In other words,
110 // Verify that the range to be accessed for the current child is appropriate.
112 // current IO operation (for instance if the required range is not stored by
116 // Updates the contents bitmap for the current range, based on the result of
117 // the current operation.
124 // Initializes the sparse info for the current child.
127 // Iterates through all the children needed to complete the current operation.
130 // Performs a single operation with the current child. Returns true when we
149 EntryImpl* child_; // The current child entry.
155 bool abort_; // True if we should abort the current operation ASAP.
165 int64 offset_; // Current sparse offset.
168 int child_offset_; // Offset to use for the current child.