Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h17 class CJX_HostPseudoModel : public CJX_Object {
19 explicit CJX_HostPseudoModel(CScript_HostPseudoModel* model);
20 ~CJX_HostPseudoModel() override;
22 JS_METHOD(beep, CJX_HostPseudoModel);
23 JS_METHOD(documentCountInBatch, CJX_HostPseudoModel);
24 JS_METHOD(documentInBatch, CJX_HostPseudoModel);
25 JS_METHOD(exportData, CJX_HostPseudoModel);
26 JS_METHOD(getFocus, CJX_HostPseudoModel);
27 JS_METHOD(gotoURL, CJX_HostPseudoModel);
28 JS_METHOD(importData, CJX_HostPseudoModel);
[all …]
Dcjx_hostpseudomodel.cpp49 const CJX_MethodSpec CJX_HostPseudoModel::MethodSpecs[] = {
66 CJX_HostPseudoModel::CJX_HostPseudoModel(CScript_HostPseudoModel* model) in CJX_HostPseudoModel() function in CJX_HostPseudoModel
71 CJX_HostPseudoModel::~CJX_HostPseudoModel() {} in ~CJX_HostPseudoModel()
73 void CJX_HostPseudoModel::appType(CFXJSE_Value* pValue, in appType()
87 void CJX_HostPseudoModel::calculationsEnabled(CFXJSE_Value* pValue, in calculationsEnabled()
103 void CJX_HostPseudoModel::currentPage(CFXJSE_Value* pValue, in currentPage()
118 void CJX_HostPseudoModel::language(CFXJSE_Value* pValue, in language()
133 void CJX_HostPseudoModel::numPages(CFXJSE_Value* pValue, in numPages()
148 void CJX_HostPseudoModel::platform(CFXJSE_Value* pValue, in platform()
163 void CJX_HostPseudoModel::title(CFXJSE_Value* pValue, in title()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.h20 CJX_HostPseudoModel* JSHostPseudoModel() { in JSHostPseudoModel()
21 return static_cast<CJX_HostPseudoModel*>(JSObject()); in JSHostPseudoModel()
Dcscript_hostpseudomodel.cpp16 pdfium::MakeUnique<CJX_HostPseudoModel>(this)) {} in CScript_HostPseudoModel()
Dxfa_basic_data_element_script.cpp2024 {0x31b19c1, L"name", (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::name,
2027 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::validationsEnabled,
2029 {0x14d04502, L"title", (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::title,
2032 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::platform,
2035 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::version,
2038 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::variation,
2041 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::language,
2044 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::appType,
2047 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::calculationsEnabled,
2050 (XFA_ATTRIBUTE_CALLBACK)&CJX_HostPseudoModel::currentPage,
[all …]