Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.cpp142 FakeFileAccess* network_simulator, in OpenDocumentHelper() argument
146 network_simulator->AddSegment(0, 1024); in OpenDocumentHelper()
147 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
148 *avail = FPDFAvail_Create(network_simulator->GetFileAvail(), in OpenDocumentHelper()
149 network_simulator->GetFileAccess()); in OpenDocumentHelper()
153 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
155 FPDFAvail_IsDocAvail(*avail, network_simulator->GetDownloadHints()); in OpenDocumentHelper()
166 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
168 FPDFAvail_IsFormAvail(*avail, network_simulator->GetDownloadHints()); in OpenDocumentHelper()
177 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
[all …]
Dembedder_test.h127 FakeFileAccess* network_simulator,