Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_handler.cpp11 CJX_Handler::CJX_Handler(CXFA_Handler* node) : CJX_TextNode(node) {} in CJX_Handler() function in CJX_Handler
13 CJX_Handler::~CJX_Handler() = default;
15 void CJX_Handler::use(CFXJSE_Value* pValue, in use()
21 void CJX_Handler::type(CFXJSE_Value* pValue, in type()
27 void CJX_Handler::version(CFXJSE_Value* pValue, in version()
31 void CJX_Handler::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_handler.h14 class CJX_Handler : public CJX_TextNode {
16 explicit CJX_Handler(CXFA_Handler* node);
17 ~CJX_Handler() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_handler.cpp35 pdfium::MakeUnique<CJX_Handler>(this)) {} in CXFA_Handler()
Dxfa_basic_data_element_script.cpp2014 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Handler::use,
2016 {0x2f16a382, L"type", (XFA_ATTRIBUTE_CALLBACK)&CJX_Handler::type,
2018 {0x5a50e9e6, L"version", (XFA_ATTRIBUTE_CALLBACK)&CJX_Handler::version,
2020 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Handler::usehref,