Home
last modified time | relevance | path

Searched refs:CJX_Radial (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_radial.cpp11 CJX_Radial::CJX_Radial(CXFA_Radial* node) : CJX_Node(node) {} in CJX_Radial() function in CJX_Radial
13 CJX_Radial::~CJX_Radial() = default;
15 void CJX_Radial::use(CFXJSE_Value* pValue, in use()
21 void CJX_Radial::type(CFXJSE_Value* pValue, in type()
27 void CJX_Radial::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_radial.h14 class CJX_Radial : public CJX_Node {
16 explicit CJX_Radial(CXFA_Radial* node);
17 ~CJX_Radial() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_radial.cpp42 pdfium::MakeUnique<CJX_Radial>(this)) {} in CXFA_Radial()
Dxfa_basic_data_element_script.cpp3552 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Radial::use,
3554 {0x2f16a382, L"type", (XFA_ATTRIBUTE_CALLBACK)&CJX_Radial::type,
3556 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Radial::usehref,