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

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.cpp 24 : m_pDocument(pDocument), m_nProgressCounter(0), m_bNeedLayout(true) {}
37 m_nProgressCounter = 0;
58 m_nProgressCounter = 1;
63 if (m_nProgressCounter < 1)
77 m_nProgressCounter++;
94 ? m_nProgressCounter
95 : m_nProgressCounter - 1) /
96 m_nProgressCounter;
cxfa_layoutprocessor.h 52 uint32_t m_nProgressCounter;

Completed in 278 milliseconds