Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
56 // This class is used for reading ZIP archives. A typical use case of this class
94 // Path of this entry, in its original encoding as it is stored in the ZIP
97 // if it wants to interpret this path correctly.
168 // destructor of the class, so you usually don't need to call this.
180 // occurred while scanning entries. The returned Entry is owned by this
181 // ZipReader, and is valid until Next() is called again or until this
249 // bigger than |max_read_bytes|, this function returns false and |*output| is
250 // filled with |max_read_bytes| of data. If an error occurs, this function
322 // TODO(crbug.com/953256) Add this as parameter to the unzip options.
328 base::WeakPtrFactory<ZipReader> weak_ptr_factory_{this};
331 // A writer delegate that writes to a given File. It is recommended that this