Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1412 size_t iIndexMask = 0; in AFSpecial_KeystrokeEx() local
1413 for (; iIndexMask < valEvent.GetLength(); ++iIndexMask) { in AFSpecial_KeystrokeEx()
1414 if (!MaskSatisfied(valEvent[iIndexMask], wstrMask[iIndexMask])) in AFSpecial_KeystrokeEx()
1418 if (iIndexMask != wstrMask.GetLength() || in AFSpecial_KeystrokeEx()
1419 (iIndexMask != valEvent.GetLength() && wstrMask.GetLength() != 0)) { in AFSpecial_KeystrokeEx()
1432 size_t iIndexMask = pEvent->SelStart(); in AFSpecial_KeystrokeEx() local
1442 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()
1450 if (iIndexMask >= wstrMask.GetLength()) { in AFSpecial_KeystrokeEx()
1456 wchar_t wMask = wstrMask[iIndexMask]; in AFSpecial_KeystrokeEx()
1464 iIndexMask++; in AFSpecial_KeystrokeEx()