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

  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 334 m_LoadingSize = dwSize;
338 return m_LoadingPos >= m_LoadingSize;
342 if (m_LoadingPos >= m_LoadingSize) {
365 if (m_LoadingPos + 4 > m_LoadingSize) {
371 if (len <= 0 || m_LoadingPos + len > m_LoadingSize) {
389 if (m_LoadingPos + dwSize > m_LoadingSize) {
  /external/pdfium/core/include/fxcrt/
fx_basic.h 232 FX_DWORD m_LoadingSize;
    [all...]

Completed in 291 milliseconds