Searched refs:CJX_Text (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_text.cpp | 11 CJX_Text::CJX_Text(CXFA_Text* node) : CJX_Content(node) {} in CJX_Text() function in CJX_Text 13 CJX_Text::~CJX_Text() = default; 15 void CJX_Text::use(CFXJSE_Value* pValue, in use() 21 void CJX_Text::maxChars(CFXJSE_Value* pValue, in maxChars() 27 void CJX_Text::defaultValue(CFXJSE_Value* pValue, in defaultValue() 33 void CJX_Text::usehref(CFXJSE_Value* pValue, in usehref() 39 void CJX_Text::value(CFXJSE_Value* pValue, in value()
|
D | cjx_text.h | 14 class CJX_Text : public CJX_Content { 16 explicit CJX_Text(CXFA_Text* node); 17 ~CJX_Text() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_text.cpp | 37 pdfium::MakeUnique<CJX_Text>(this)) {} in CXFA_Text()
|
D | xfa_basic_data_element_script.cpp | 1292 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Text::use, 1294 {0x8af2e657, L"maxChars", (XFA_ATTRIBUTE_CALLBACK)&CJX_Text::maxChars, 1296 {0xa52682bd, L"{default}", (XFA_ATTRIBUTE_CALLBACK)&CJX_Text::defaultValue, 1298 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Text::usehref, 1300 {0xd6e27f1d, L"value", (XFA_ATTRIBUTE_CALLBACK)&CJX_Text::value,
|