Lines Matching defs:bSetting
20 void StringProperty(CFXJSE_Value* pValue, WideString& wsValue, bool bSetting) { in StringProperty()
28 void InterProperty(CFXJSE_Value* pValue, int32_t& iValue, bool bSetting) { in InterProperty()
36 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) { in BooleanProperty()
58 bool bSetting, in change()
64 bool bSetting, in commitKey()
70 bool bSetting, in fullText()
76 bool bSetting, in keyDown()
82 bool bSetting, in modifier()
88 bool bSetting, in newContentType()
94 bool bSetting, in newText()
100 bool bSetting, in prevContentType()
106 bool bSetting, in prevText()
112 bool bSetting, in reenter()
118 bool bSetting, in selEnd()
124 bool bSetting, in selStart()
130 bool bSetting, in shift()
136 bool bSetting, in soapFaultCode()
142 bool bSetting, in soapFaultString()
148 bool bSetting, in target()
193 bool bSetting) { in Property()