Home | History | Annotate | Download | only in xfa

Lines Matching full:pvalue

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