Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_button.cpp11 CJX_Button::CJX_Button(CXFA_Button* node) : CJX_Node(node) {} in CJX_Button() function in CJX_Button
13 CJX_Button::~CJX_Button() = default;
15 void CJX_Button::use(CFXJSE_Value* pValue, in use()
21 void CJX_Button::usehref(CFXJSE_Value* pValue, in usehref()
27 void CJX_Button::highlight(CFXJSE_Value* pValue, in highlight()
Dcjx_button.h14 class CJX_Button : public CJX_Node {
16 explicit CJX_Button(CXFA_Button* node);
17 ~CJX_Button() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_button.cpp37 pdfium::MakeUnique<CJX_Button>(this)) {} in CXFA_Button()
Dxfa_basic_data_element_script.cpp1211 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Button::use,
1213 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Button::usehref,
1215 {0xd4cc53f8, L"highlight", (XFA_ATTRIBUTE_CALLBACK)&CJX_Button::highlight,