Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_choicelist.cpp11 CJX_ChoiceList::CJX_ChoiceList(CXFA_ChoiceList* node) : CJX_Node(node) {} in CJX_ChoiceList() function in CJX_ChoiceList
13 CJX_ChoiceList::~CJX_ChoiceList() = default;
15 void CJX_ChoiceList::use(CFXJSE_Value* pValue, in use()
21 void CJX_ChoiceList::open(CFXJSE_Value* pValue, in open()
27 void CJX_ChoiceList::commitOn(CFXJSE_Value* pValue, in commitOn()
33 void CJX_ChoiceList::textEntry(CFXJSE_Value* pValue, in textEntry()
39 void CJX_ChoiceList::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_choicelist.h14 class CJX_ChoiceList : public CJX_Node {
16 explicit CJX_ChoiceList(CXFA_ChoiceList* node);
17 ~CJX_ChoiceList() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_choicelist.cpp42 pdfium::MakeUnique<CJX_ChoiceList>(this)) {} in CXFA_ChoiceList()
Dxfa_basic_data_element_script.cpp910 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_ChoiceList::use,
912 {0x8b90e1f2, L"open", (XFA_ATTRIBUTE_CALLBACK)&CJX_ChoiceList::open,
914 {0x957fa006, L"commitOn", (XFA_ATTRIBUTE_CALLBACK)&CJX_ChoiceList::commitOn,
917 (XFA_ATTRIBUTE_CALLBACK)&CJX_ChoiceList::textEntry,
919 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_ChoiceList::usehref,