Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1403 const WideString& valEvent = pEvent->Value(); in AFSpecial_KeystrokeEx() local
1409 if (valEvent.IsEmpty()) in AFSpecial_KeystrokeEx()
1413 for (; iIndexMask < valEvent.GetLength(); ++iIndexMask) { in AFSpecial_KeystrokeEx()
1414 if (!MaskSatisfied(valEvent[iIndexMask], wstrMask[iIndexMask])) in AFSpecial_KeystrokeEx()
1419 (iIndexMask != valEvent.GetLength() && wstrMask.GetLength() != 0)) { in AFSpecial_KeystrokeEx()
1433 size_t combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()