Home
last modified time | relevance | path

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

/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.cpp99 int GetBlockImpl(unsigned long pos, unsigned char* pBuf, unsigned long size) { in GetBlockImpl() function in __anondedca7440111::TestAsyncLoader
130 return static_cast<TestAsyncLoader*>(param)->GetBlockImpl(pos, pBuf, size); in SGetBlock()