Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp31 m_Alias(wcAlias) { in CFDE_TxtEdtBufIter()
127 if (m_Alias == 0 || m_nIndex == (m_pBuf->m_nTotal - 1)) { in GetChar()
131 return m_Alias; in GetChar()
141 pIter->m_Alias = m_Alias; in Clone()
Dfde_txtedtbuf.h40 FX_WCHAR m_Alias; variable