Home
last modified time | relevance | path

Searched refs:fake_file_access_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/
Dembedder_test.cpp161 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()
Dembedder_test.h255 std::unique_ptr<FakeFileAccess> fake_file_access_; // must outlive |avail_|. variable