Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1127 WideString wChange = wideChange; in AFSpecial_KeystrokeEx() local
1129 size_t combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()
1137 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()
1143 for (size_t i = 0; i < wChange.GetLength(); ++i) { in AFSpecial_KeystrokeEx()
1152 wChange.SetAt(i, wMask); in AFSpecial_KeystrokeEx()
1154 if (!MaskSatisfied(wChange[i], wMask)) { in AFSpecial_KeystrokeEx()
1160 wideChange = std::move(wChange); in AFSpecial_KeystrokeEx()
Dcjs_event.cpp70 WideString& wChange = pEvent->Change(); in set_change() local
71 wChange = pRuntime->ToWideString(vp); in set_change()