Searched refs:CJX_ChoiceList (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_choicelist.cpp | 11 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()
|
D | cjx_choicelist.h | 14 class CJX_ChoiceList : public CJX_Node { 16 explicit CJX_ChoiceList(CXFA_ChoiceList* node); 17 ~CJX_ChoiceList() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_choicelist.cpp | 42 pdfium::MakeUnique<CJX_ChoiceList>(this)) {} in CXFA_ChoiceList()
|
D | xfa_basic_data_element_script.cpp | 910 {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,
|