Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp31 size_t iFoundCount, in DoPredicateFilter() argument
33 ASSERT(iFoundCount == pRnd->m_Objects.size()); in DoPredicateFilter()
44 for (size_t i = iFoundCount; i > 0; --i) { in DoPredicateFilter()
598 size_t iFoundCount, in ConditionArray() argument
633 if (iFoundCount == 1 && !iLen) in ConditionArray()
640 if (iIndex < 0 || static_cast<size_t>(iIndex) >= iFoundCount) { in ConditionArray()
643 m_pNodeHelper->m_iCreateCount = iIndex - iFoundCount + 1; in ConditionArray()
665 size_t iFoundCount = pRnd->m_Objects.size(); in FilterCondition() local
672 if (iFoundCount == 1) in FilterCondition()
675 if (iFoundCount <= iCurIndex) { in FilterCondition()
[all …]
Dcfxjse_resolveprocessor.h68 size_t iFoundCount,