Searched refs:fake_file_access_ (Results 1 – 2 of 2) sorted by relevance
161 fake_file_access_ = pdfium::MakeUnique<FakeFileAccess>(&file_access_); in OpenDocumentWithOptions()163 fake_file_access_.get(), &document_, &avail_, in OpenDocumentWithOptions()278 fake_file_access_->GetDownloadHints()); in GetFirstPageNum()286 fake_file_access_->GetDownloadHints()); in GetPageCount()553 ASSERT(fake_file_access_); in SetWholeFileAvailable()554 fake_file_access_->SetWholeFileAvailable(); in SetWholeFileAvailable()
255 std::unique_ptr<FakeFileAccess> fake_file_access_; // must outlive |avail_|. variable