Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_float.cpp11 CJX_Float::CJX_Float(CXFA_Float* node) : CJX_Content(node) {} in CJX_Float() function in CJX_Float
13 CJX_Float::~CJX_Float() = default;
15 void CJX_Float::use(CFXJSE_Value* pValue, in use()
21 void CJX_Float::defaultValue(CFXJSE_Value* pValue, in defaultValue()
27 void CJX_Float::usehref(CFXJSE_Value* pValue, in usehref()
33 void CJX_Float::value(CFXJSE_Value* pValue, in value()
Dcjx_float.h14 class CJX_Float : public CJX_Content {
16 explicit CJX_Float(CXFA_Float* node);
17 ~CJX_Float() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_float.cpp34 pdfium::MakeUnique<CJX_Float>(this)) {} in CXFA_Float()
Dxfa_basic_data_element_script.cpp3285 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Float::use,
3287 {0xa52682bd, L"{default}", (XFA_ATTRIBUTE_CALLBACK)&CJX_Float::defaultValue,
3289 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Float::usehref,
3291 {0xd6e27f1d, L"value", (XFA_ATTRIBUTE_CALLBACK)&CJX_Float::value,