Searched refs:CJX_Script (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_script.cpp | 12 CJX_Script::CJX_Script(CXFA_Script* node) : CJX_Node(node) {} in CJX_Script() function in CJX_Script 14 CJX_Script::~CJX_Script() = default; 16 void CJX_Script::use(CFXJSE_Value* pValue, in use() 22 void CJX_Script::contentType(CFXJSE_Value* pValue, in contentType() 28 void CJX_Script::runAt(CFXJSE_Value* pValue, in runAt() 34 void CJX_Script::stateless(CFXJSE_Value* pValue, in stateless() 44 void CJX_Script::defaultValue(CFXJSE_Value* pValue, in defaultValue() 50 void CJX_Script::binding(CFXJSE_Value* pValue, in binding() 56 void CJX_Script::usehref(CFXJSE_Value* pValue, in usehref() 62 void CJX_Script::value(CFXJSE_Value* pValue, in value()
|
D | cjx_script.h | 14 class CJX_Script : public CJX_Node { 16 explicit CJX_Script(CXFA_Script* node); 17 ~CJX_Script() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_script.cpp | 46 pdfium::MakeUnique<CJX_Script>(this)) {} in CXFA_Script()
|
D | xfa_basic_data_element_script.cpp | 2502 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::use, 2505 (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::contentType, 2507 {0x6cfa828a, L"runAt", (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::runAt, 2509 {0xa021b738, L"stateless", (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::stateless, 2512 (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::defaultValue, XFA_Attribute::Unknown, 2514 {0xadc4c77b, L"binding", (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::binding, 2516 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::usehref, 2521 {0xd6e27f1d, L"value", (XFA_ATTRIBUTE_CALLBACK)&CJX_Script::value,
|