HomeSort by relevance Sort by last modified time
    Searched refs:m_dwBufSize (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/xml/
cfx_saxreader.cpp 70 m_dwBufSize(0),
89 m_dwBufSize = std::min(dwLen, kSaxFileBufSize);
90 m_pBuf = FX_Alloc(uint8_t, m_dwBufSize);
91 if (!pFile->ReadBlock(m_pBuf, dwStart, m_dwBufSize))
108 m_dwBufSize = std::min(dwSize, kSaxFileBufSize);
109 if (!m_pFile->ReadBlock(m_pBuf, m_dwCur, m_dwBufSize)) {
245 uint32_t size = m_File.m_dwBufSize;
cfx_saxreader.h 54 uint32_t m_dwBufSize;

Completed in 41 milliseconds