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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 128 : m_pIter(nullptr),
154 if (m_pIter != NULL) {
155 m_pIter->Release();
156 m_pIter = NULL;
387 if (m_pIter != NULL) {
388 m_pIter->Release();
394 m_pIter = new CFDE_TxtEdtBufIter((CFDE_TxtEdtBuf*)pBuf, wcAlias);
440 IFX_CharIter* pIter = m_pIter->Clone();
442 m_pIter->SetAt(nPageStart);
578 if (m_pIter) {
    [all...]
fde_txtedtpage.h 136 IFX_CharIter* m_pIter;

Completed in 72 milliseconds