Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_event.cpp62 WideString& wChange = pEvent->Change(); in set_change() local
63 wChange = pRuntime->ToWideString(vp); in set_change()
Dcjs_publicmethods.cpp1431 WideString wChange = wideChange; in AFSpecial_KeystrokeEx() local
1433 size_t combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()
1442 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()
1449 for (size_t i = 0; i < wChange.GetLength(); ++i) { in AFSpecial_KeystrokeEx()
1458 wChange.SetAt(i, wMask); in AFSpecial_KeystrokeEx()
1460 if (!MaskSatisfied(wChange[i], wMask)) { in AFSpecial_KeystrokeEx()
1466 wideChange = wChange; in AFSpecial_KeystrokeEx()