Lines Matching refs:vp
56 CJS_PropValue& vp, in change() argument
61 if (vp.IsSetting()) { in change()
62 if (vp.GetType() == CJS_Value::VT_string) in change()
63 vp >> wChange; in change()
65 vp << wChange; in change()
71 CJS_PropValue& vp, in changeEx() argument
73 if (!vp.IsGetting()) in changeEx()
79 vp << pEvent->ChangeEx(); in changeEx()
84 CJS_PropValue& vp, in commitKey() argument
86 if (!vp.IsGetting()) in commitKey()
92 vp << pEvent->CommitKey(); in commitKey()
97 CJS_PropValue& vp, in fieldFull() argument
102 if (!vp.IsGetting() && in fieldFull()
107 vp << TRUE; in fieldFull()
109 vp << FALSE; in fieldFull()
114 CJS_PropValue& vp, in keyDown() argument
116 if (!vp.IsGetting()) in keyDown()
123 vp << TRUE; in keyDown()
125 vp << FALSE; in keyDown()
130 CJS_PropValue& vp, in modifier() argument
132 if (!vp.IsGetting()) in modifier()
139 vp << TRUE; in modifier()
141 vp << FALSE; in modifier()
146 CJS_PropValue& vp, in name() argument
148 if (!vp.IsGetting()) in name()
154 vp << pEvent->Name(); in name()
158 FX_BOOL event::rc(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) { in rc() argument
163 if (vp.IsSetting()) { in rc()
164 vp >> bRc; in rc()
166 vp << bRc; in rc()
172 CJS_PropValue& vp, in richChange() argument
175 if (vp.IsSetting()) { in richChange()
183 CJS_PropValue& vp, in richChangeEx() argument
186 if (vp.IsSetting()) { in richChangeEx()
194 CJS_PropValue& vp, in richValue() argument
197 if (vp.IsSetting()) { in richValue()
205 CJS_PropValue& vp, in selEnd() argument
215 if (vp.IsSetting()) { in selEnd()
216 vp >> iSelEnd; in selEnd()
218 vp << iSelEnd; in selEnd()
224 CJS_PropValue& vp, in selStart() argument
233 if (vp.IsSetting()) { in selStart()
234 vp >> iSelStart; in selStart()
236 vp << iSelStart; in selStart()
242 CJS_PropValue& vp, in shift() argument
244 if (!vp.IsGetting()) in shift()
251 vp << TRUE; in shift()
253 vp << FALSE; in shift()
258 CJS_PropValue& vp, in source() argument
260 if (!vp.IsGetting()) in source()
266 vp << pEvent->Source()->GetJSObject(); in source()
271 CJS_PropValue& vp, in target() argument
273 if (!vp.IsGetting()) in target()
279 vp << pEvent->Target_Field()->GetJSObject(); in target()
284 CJS_PropValue& vp, in targetName() argument
286 if (!vp.IsGetting()) in targetName()
292 vp << pEvent->TargetName(); in targetName()
297 CJS_PropValue& vp, in type() argument
299 if (!vp.IsGetting()) in type()
305 vp << pEvent->Type(); in type()
310 CJS_PropValue& vp, in value() argument
320 if (vp.IsSetting()) { in value()
321 vp >> val; in value()
323 vp << val; in value()
329 CJS_PropValue& vp, in willCommit() argument
331 if (!vp.IsGetting()) in willCommit()
338 vp << TRUE; in willCommit()
340 vp << FALSE; in willCommit()