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

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

Completed in 160 milliseconds