Lines Matching refs:network_simulator
361 FakeFileAccess* network_simulator, in OpenDocumentHelper() argument
365 network_simulator->AddSegment(0, 1024); in OpenDocumentHelper()
366 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
367 avail->reset(FPDFAvail_Create(network_simulator->GetFileAvail(), in OpenDocumentHelper()
368 network_simulator->GetFileAccess())); in OpenDocumentHelper()
374 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
376 network_simulator->GetDownloadHints()); in OpenDocumentHelper()
388 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
390 network_simulator->GetDownloadHints()); in OpenDocumentHelper()
399 network_simulator->SetRequestedDataAvailable(); in OpenDocumentHelper()
401 network_simulator->GetDownloadHints()); in OpenDocumentHelper()
409 network_simulator->SetWholeFileAvailable(); in OpenDocumentHelper()
411 FPDF_LoadCustomDocument(network_simulator->GetFileAccess(), password)); in OpenDocumentHelper()