Searched refs:GetBlockImpl (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/utils/ |
D | file_util.cpp | 54 int FileAccessForTesting::GetBlockImpl(unsigned long pos, in GetBlockImpl() function in FileAccessForTesting 67 return file_access->GetBlockImpl(pos, pBuf, size); in SGetBlock()
|
D | file_util.h | 31 int GetBlockImpl(unsigned long pos, unsigned char* pBuf, unsigned long size);
|
/external/pdfium/testing/ |
D | fake_file_access.cpp | 22 m_GetBlock = &GetBlockImpl; in FileAccessWrapper() 26 static int GetBlockImpl(void* param, in GetBlockImpl() function in __anon90ebbaaa0111::FileAccessWrapper
|
/external/pdfium/fpdfsdk/ |
D | fpdf_dataavail_embeddertest.cpp | 103 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()
|