Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_rootelement.cpp11 CJX_RootElement::CJX_RootElement(CXFA_RootElement* node) : CJX_TextNode(node) {} in CJX_RootElement() function in CJX_RootElement
13 CJX_RootElement::~CJX_RootElement() = default;
15 void CJX_RootElement::use(CFXJSE_Value* pValue, in use()
21 void CJX_RootElement::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_rootelement.h14 class CJX_RootElement : public CJX_TextNode {
16 explicit CJX_RootElement(CXFA_RootElement* node);
17 ~CJX_RootElement() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rootelement.cpp34 pdfium::MakeUnique<CJX_RootElement>(this)) {} in CXFA_RootElement()
Dxfa_basic_data_element_script.cpp3479 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_RootElement::use,
3481 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_RootElement::usehref,