Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h27 class CJX_LayoutPseudoModel : public CJX_Object {
29 explicit CJX_LayoutPseudoModel(CScript_LayoutPseudoModel* model);
30 ~CJX_LayoutPseudoModel() override;
32 JS_METHOD(absPage, CJX_LayoutPseudoModel);
33 JS_METHOD(absPageCount, CJX_LayoutPseudoModel);
34 JS_METHOD(absPageCountInBatch, CJX_LayoutPseudoModel);
35 JS_METHOD(absPageInBatch, CJX_LayoutPseudoModel);
36 JS_METHOD(absPageSpan, CJX_LayoutPseudoModel);
37 JS_METHOD(h, CJX_LayoutPseudoModel);
38 JS_METHOD(page, CJX_LayoutPseudoModel);
[all …]
Dcjx_layoutpseudomodel.cpp28 const CJX_MethodSpec CJX_LayoutPseudoModel::MethodSpecs[] = {
49 CJX_LayoutPseudoModel::CJX_LayoutPseudoModel(CScript_LayoutPseudoModel* model) in CJX_LayoutPseudoModel() function in CJX_LayoutPseudoModel
54 CJX_LayoutPseudoModel::~CJX_LayoutPseudoModel() {} in ~CJX_LayoutPseudoModel()
56 void CJX_LayoutPseudoModel::ready(CFXJSE_Value* pValue, in ready()
71 CJS_Return CJX_LayoutPseudoModel::HWXY( in HWXY()
128 CJS_Return CJX_LayoutPseudoModel::h( in h()
134 CJS_Return CJX_LayoutPseudoModel::w( in w()
140 CJS_Return CJX_LayoutPseudoModel::x( in x()
146 CJS_Return CJX_LayoutPseudoModel::y( in y()
152 CJS_Return CJX_LayoutPseudoModel::NumberedPageCount(CJS_V8* runtime, in NumberedPageCount()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.h20 CJX_LayoutPseudoModel* JSLayoutPseudoModel() { in JSLayoutPseudoModel()
21 return static_cast<CJX_LayoutPseudoModel*>(JSObject()); in JSLayoutPseudoModel()
Dcscript_layoutpseudomodel.cpp16 pdfium::MakeUnique<CJX_LayoutPseudoModel>(this)) {} in CScript_LayoutPseudoModel()
Dxfa_basic_data_element_script.cpp2219 (XFA_ATTRIBUTE_CALLBACK)&CJX_LayoutPseudoModel::ready,