Searched refs:CJX_Value (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_value.cpp | 11 CJX_Value::CJX_Value(CXFA_Value* node) : CJX_Node(node) {} in CJX_Value() function in CJX_Value 13 CJX_Value::~CJX_Value() = default; 15 void CJX_Value::use(CFXJSE_Value* pValue, in use() 21 void CJX_Value::relevant(CFXJSE_Value* pValue, in relevant() 27 void CJX_Value::usehref(CFXJSE_Value* pValue, in usehref() 33 void CJX_Value::override(CFXJSE_Value* pValue, in override()
|
D | cjx_value.h | 14 class CJX_Value : public CJX_Node { 16 explicit CJX_Value(CXFA_Value* node); 17 ~CJX_Value() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_value.cpp | 56 pdfium::MakeUnique<CJX_Value>(this)) {} in CXFA_Value()
|
D | xfa_basic_data_element_script.cpp | 3313 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Value::use, 3315 {0x8e1c2921, L"relevant", (XFA_ATTRIBUTE_CALLBACK)&CJX_Value::relevant, 3317 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Value::usehref, 3319 {0xea7090a0, L"override", (XFA_ATTRIBUTE_CALLBACK)&CJX_Value::override,
|