Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1100 const WideString& valEvent = pEvent->Value(); in AFSpecial_KeystrokeEx() local
1106 if (valEvent.IsEmpty()) in AFSpecial_KeystrokeEx()
1109 if (valEvent.GetLength() > wstrMask.GetLength()) { in AFSpecial_KeystrokeEx()
1117 for (iIndex = 0; iIndex < valEvent.GetLength(); ++iIndex) { in AFSpecial_KeystrokeEx()
1118 if (!MaskSatisfied(valEvent[iIndex], wstrMask[iIndex])) in AFSpecial_KeystrokeEx()
1135 size_t combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()