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

  /external/pdfium/fxjs/xfa/
cjx_calculate.cpp 7 #include "fxjs/xfa/cjx_calculate.h"
11 CJX_Calculate::CJX_Calculate(CXFA_Calculate* node) : CJX_Node(node) {}
13 CJX_Calculate::~CJX_Calculate() = default;
15 void CJX_Calculate::use(CFXJSE_Value* pValue,
21 void CJX_Calculate::usehref(CFXJSE_Value* pValue,
27 void CJX_Calculate::override(CFXJSE_Value* pValue,
cjx_calculate.h 14 class CJX_Calculate : public CJX_Node {
16 explicit CJX_Calculate(CXFA_Calculate* node);
17 ~CJX_Calculate() override;

Completed in 1564 milliseconds