Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp33 const CJX_MethodSpec CJX_LayoutPseudoModel::MethodSpecs[] = {
54 CJX_LayoutPseudoModel::CJX_LayoutPseudoModel(CScript_LayoutPseudoModel* model) in CJX_LayoutPseudoModel() function in CJX_LayoutPseudoModel
59 CJX_LayoutPseudoModel::~CJX_LayoutPseudoModel() {} in ~CJX_LayoutPseudoModel()
61 bool CJX_LayoutPseudoModel::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
65 void CJX_LayoutPseudoModel::ready(CFXJSE_Value* pValue, in ready()
80 CJS_Result CJX_LayoutPseudoModel::HWXY( in HWXY()
139 CJS_Result CJX_LayoutPseudoModel::h( in h()
145 CJS_Result CJX_LayoutPseudoModel::w( in w()
151 CJS_Result CJX_LayoutPseudoModel::x( in x()
157 CJS_Result CJX_LayoutPseudoModel::y( in y()
[all …]
Dcjx_layoutpseudomodel.h27 class CJX_LayoutPseudoModel final : public CJX_Object {
29 explicit CJX_LayoutPseudoModel(CScript_LayoutPseudoModel* model);
30 ~CJX_LayoutPseudoModel() override;
58 using Type__ = CJX_LayoutPseudoModel;
/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.cpp16 pdfium::MakeUnique<CJX_LayoutPseudoModel>(this)) {} in CScript_LayoutPseudoModel()
Delement_attributes.inc523 ELEM_ATTR____(LayoutPseudoModel, Ready, CJX_LayoutPseudoModel::ready)