Lines Matching refs:network_simulator
142 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()
179 network_simulator->GetDownloadHints()); in OpenDocumentHelper()
188 network_simulator->SetWholeFileAvailable(); in OpenDocumentHelper()
190 FPDF_LoadCustomDocument(network_simulator->GetFileAccess(), password); in OpenDocumentHelper()