HomeSort by relevance Sort by last modified time
    Searched defs:CJX_Validate (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_validate.h 14 class CJX_Validate : public CJX_Node {
16 explicit CJX_Validate(CXFA_Validate* node);
17 ~CJX_Validate() override;
cjx_validate.cpp 7 #include "fxjs/xfa/cjx_validate.h"
11 CJX_Validate::CJX_Validate(CXFA_Validate* node) : CJX_Node(node) {}
13 CJX_Validate::~CJX_Validate() = default;
15 void CJX_Validate::use(CFXJSE_Value* pValue,
21 void CJX_Validate::scriptTest(CFXJSE_Value* pValue,
27 void CJX_Validate::nullTest(CFXJSE_Value* pValue,
33 void CJX_Validate::usehref(CFXJSE_Value* pValue,
39 void CJX_Validate::formatTest(CFXJSE_Value* pValue
    [all...]

Completed in 535 milliseconds