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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h 38 int32_t m_nAliasCount;
fde_txtedtbuf.cpp 29 m_nAliasCount(0),
102 FXSYS_assert(m_nAliasCount >= 0 && m_nAliasCount <= 2);
103 if (m_nAliasCount > 0) {
104 m_nAliasCount--;
111 m_nAliasCount = 0;
120 m_nAliasCount = 2;

Completed in 51 milliseconds