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

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

Completed in 199 milliseconds