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

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

Completed in 104 milliseconds