Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp51 const CJX_MethodSpec CJX_HostPseudoModel::MethodSpecs[] = {
68 CJX_HostPseudoModel::CJX_HostPseudoModel(CScript_HostPseudoModel* model) in CJX_HostPseudoModel() function in CJX_HostPseudoModel
73 CJX_HostPseudoModel::~CJX_HostPseudoModel() {} in ~CJX_HostPseudoModel()
75 bool CJX_HostPseudoModel::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
79 void CJX_HostPseudoModel::appType(CFXJSE_Value* pValue, in appType()
93 void CJX_HostPseudoModel::calculationsEnabled(CFXJSE_Value* pValue, in calculationsEnabled()
109 void CJX_HostPseudoModel::currentPage(CFXJSE_Value* pValue, in currentPage()
124 void CJX_HostPseudoModel::language(CFXJSE_Value* pValue, in language()
139 void CJX_HostPseudoModel::numPages(CFXJSE_Value* pValue, in numPages()
154 void CJX_HostPseudoModel::platform(CFXJSE_Value* pValue, in platform()
[all …]
Dcjx_hostpseudomodel.h17 class CJX_HostPseudoModel final : public CJX_Object {
19 explicit CJX_HostPseudoModel(CScript_HostPseudoModel* model);
20 ~CJX_HostPseudoModel() override;
57 using Type__ = CJX_HostPseudoModel;
/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp16 pdfium::MakeUnique<CJX_HostPseudoModel>(this)) {} in CScript_HostPseudoModel()
Delement_attributes.inc512 ELEM_ATTR____(HostPseudoModel, Name, CJX_HostPseudoModel::name)
513 ELEM_ATTR____(HostPseudoModel, ValidationsEnabled, CJX_HostPseudoModel::validationsEnabled)
514 ELEM_ATTR____(HostPseudoModel, Title, CJX_HostPseudoModel::title)
515 ELEM_ATTR____(HostPseudoModel, Platform, CJX_HostPseudoModel::platform)
516 ELEM_ATTR____(HostPseudoModel, Version, CJX_HostPseudoModel::version)
517 ELEM_ATTR____(HostPseudoModel, Variation, CJX_HostPseudoModel::variation)
518 ELEM_ATTR____(HostPseudoModel, Language, CJX_HostPseudoModel::language)
519 ELEM_ATTR____(HostPseudoModel, AppType, CJX_HostPseudoModel::appType)
520 ELEM_ATTR____(HostPseudoModel, CalculationsEnabled, CJX_HostPseudoModel::calculationsEnabled)
521 ELEM_ATTR____(HostPseudoModel, CurrentPage, CJX_HostPseudoModel::currentPage)
[all …]