Searched refs:file_length_ (Results 1 – 9 of 9) sorted by relevance
41 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()45 file_access_.m_FileLen = static_cast<unsigned long>(file_length_); in TestAsyncLoader()92 size_t file_length() const { return file_length_; } in file_length()107 std::min(static_cast<unsigned long>(file_length_), pos + size); in GetBlockImpl()121 if (offset + size > file_length_) in IsDataAvailImpl()150 size_t file_length_ = 0; member in __anon3e1afc4b0111::TestAsyncLoader
45 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in FileAccessForTesting()49 m_FileLen = static_cast<unsigned long>(file_length_); in FileAccessForTesting()
33 size_t file_length_; variable
259 int64_t file_length() { return file_length_; } in file_length()269 int64_t file_length_ = 0; variable
453 if (!file_->SetLength(file_length_)) { in ~FileWriterDelegate()465 file_length_ += bytes_written; in WriteBytes()
148 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()154 pdfium::make_span(file_contents_.get(), file_length_)); in OpenDocumentWithOptions()157 file_access_.m_FileLen = static_cast<unsigned long>(file_length_); in OpenDocumentWithOptions()
259 size_t file_length_ = 0; variable