Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_text.cpp11 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()
Dcjx_text.h14 class CJX_Text : public CJX_Content {
16 explicit CJX_Text(CXFA_Text* node);
17 ~CJX_Text() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_text.cpp37 pdfium::MakeUnique<CJX_Text>(this)) {} in CXFA_Text()
Dxfa_basic_data_element_script.cpp1292 {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,