Lines Matching refs:pValue
16 void CJX_Script::use(CFXJSE_Value* pValue, in use() argument
19 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
22 void CJX_Script::contentType(CFXJSE_Value* pValue, in contentType() argument
25 Script_Attribute_String(pValue, bSetting, eAttribute); in contentType()
28 void CJX_Script::runAt(CFXJSE_Value* pValue, in runAt() argument
31 Script_Attribute_String(pValue, bSetting, eAttribute); in runAt()
34 void CJX_Script::stateless(CFXJSE_Value* pValue, in stateless() argument
41 pValue->SetString(FX_UTF8Encode(WideStringView(L"0", 1)).AsStringView()); in stateless()
44 void CJX_Script::defaultValue(CFXJSE_Value* pValue, in defaultValue() argument
47 Script_Som_DefaultValue(pValue, bSetting, eAttribute); in defaultValue()
50 void CJX_Script::binding(CFXJSE_Value* pValue, in binding() argument
53 Script_Attribute_String(pValue, bSetting, eAttribute); in binding()
56 void CJX_Script::usehref(CFXJSE_Value* pValue, in usehref() argument
59 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
62 void CJX_Script::value(CFXJSE_Value* pValue, in value() argument
65 defaultValue(pValue, bSetting, eAttribute); in value()