Home
last modified time | relevance | path

Searched refs:GetBlockImpl (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/utils/
Dfile_util.cpp54 int FileAccessForTesting::GetBlockImpl(unsigned long pos, in GetBlockImpl() function in FileAccessForTesting
67 return file_access->GetBlockImpl(pos, pBuf, size); in SGetBlock()
Dfile_util.h31 int GetBlockImpl(unsigned long pos, unsigned char* pBuf, unsigned long size);
/external/pdfium/testing/
Dfake_file_access.cpp22 m_GetBlock = &GetBlockImpl; in FileAccessWrapper()
26 static int GetBlockImpl(void* param, in GetBlockImpl() function in __anon90ebbaaa0111::FileAccessWrapper
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp103 int GetBlockImpl(unsigned long pos, unsigned char* pBuf, unsigned long size) { in GetBlockImpl() function in __anondedca7440111::TestAsyncLoader
134 return static_cast<TestAsyncLoader*>(param)->GetBlockImpl(pos, pBuf, size); in SGetBlock()