Searched refs:CJX_Validate (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_validate.cpp | 11 CJX_Validate::CJX_Validate(CXFA_Validate* node) : CJX_Node(node) {} in CJX_Validate() function in CJX_Validate 13 CJX_Validate::~CJX_Validate() = default; 15 void CJX_Validate::use(CFXJSE_Value* pValue, in use() 21 void CJX_Validate::scriptTest(CFXJSE_Value* pValue, in scriptTest() 27 void CJX_Validate::nullTest(CFXJSE_Value* pValue, in nullTest() 33 void CJX_Validate::usehref(CFXJSE_Value* pValue, in usehref() 39 void CJX_Validate::formatTest(CFXJSE_Value* pValue, in formatTest()
|
D | cjx_validate.h | 14 class CJX_Validate : public CJX_Node { 16 explicit CJX_Validate(CXFA_Validate* node); 17 ~CJX_Validate() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_validate.cpp | 54 pdfium::MakeUnique<CJX_Validate>(this)) {} in CXFA_Validate()
|
D | xfa_basic_data_element_script.cpp | 2302 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Validate::use, 2305 (XFA_ATTRIBUTE_CALLBACK)&CJX_Validate::scriptTest, 2307 {0x6b6ddcfb, L"nullTest", (XFA_ATTRIBUTE_CALLBACK)&CJX_Validate::nullTest, 2309 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Validate::usehref, 2315 (XFA_ATTRIBUTE_CALLBACK)&CJX_Validate::formatTest,
|