Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp1411 CFX_WideString& valEvent = pEvent->Value(); in AFSpecial_KeystrokeEx() local
1417 if (valEvent.IsEmpty()) in AFSpecial_KeystrokeEx()
1421 for (; iIndexMask < valEvent.GetLength(); ++iIndexMask) { in AFSpecial_KeystrokeEx()
1422 if (!maskSatisfied(valEvent[iIndexMask], wstrMask[iIndexMask])) in AFSpecial_KeystrokeEx()
1427 (iIndexMask != valEvent.GetLength() && wstrMask.GetLength() != 0)) { in AFSpecial_KeystrokeEx()
1441 FX_STRSIZE combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()