HomeSort by relevance Sort by last modified time
    Searched refs:CFXJSE_Value (Results 1 - 25 of 41) sorted by null

1 2

  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.h 24 static void Abs(CFXJSE_Value* pThis,
27 static void Avg(CFXJSE_Value* pThis,
30 static void Ceil(CFXJSE_Value* pThis,
33 static void Count(CFXJSE_Value* pThis,
36 static void Floor(CFXJSE_Value* pThis,
39 static void Max(CFXJSE_Value* pThis,
42 static void Min(CFXJSE_Value* pThis,
45 static void Mod(CFXJSE_Value* pThis,
48 static void Round(CFXJSE_Value* pThis,
51 static void Sum(CFXJSE_Value* pThis
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.h 38 void Change(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
39 void CommitKey(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
40 void FullText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
41 void KeyDown(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
42 void Modifier(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
43 void NewContentType(CFXJSE_Value* pValue,
46 void NewText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
47 void PrevContentType(CFXJSE_Value* pValue,
50 void PrevText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
51 void Reenter(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute)
    [all...]
cscript_datawindow.h 22 void RecordsBefore(CFXJSE_Value* pValue,
25 void CurrentRecordNumber(CFXJSE_Value* pValue,
28 void RecordsAfter(CFXJSE_Value* pValue,
31 void IsDefined(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
cscript_hostpseudomodel.h 19 void AppType(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
20 void CalculationsEnabled(CFXJSE_Value* pValue,
23 void CurrentPage(CFXJSE_Value* pValue,
26 void Language(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
27 void NumPages(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
28 void Platform(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
29 void Title(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
30 void ValidationsEnabled(CFXJSE_Value* pValue,
33 void Variation(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
34 void Version(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute)
    [all...]
cxfa_scriptcontext.h 34 CFXJSE_Value* pRetValue,
42 CFXJSE_Value* GetJSValueFromMap(CXFA_Object* pObject);
60 CFXJSE_Value* pValue,
65 CFXJSE_Value* pValue,
68 CFXJSE_Value* pValue);
69 static void GlobalPropertyGetter(CFXJSE_Value* pObject,
71 CFXJSE_Value* pValue);
72 static void GlobalPropertySetter(CFXJSE_Value* pObject,
74 CFXJSE_Value* pValue);
75 static void NormalPropertyGetter(CFXJSE_Value* pObject
    [all...]
cscript_datawindow.cpp 31 void CScript_DataWindow::RecordsBefore(CFXJSE_Value* pValue,
35 void CScript_DataWindow::CurrentRecordNumber(CFXJSE_Value* pValue,
39 void CScript_DataWindow::RecordsAfter(CFXJSE_Value* pValue,
43 void CScript_DataWindow::IsDefined(CFXJSE_Value* pValue,
cxfa_valuearray.h 10 #include "fxjs/cfxjse_value.h"
13 class CXFA_ValueArray : public CFX_ArrayTemplate<CFXJSE_Value*> {
cscript_eventpseudomodel.cpp 21 void StringProperty(CFXJSE_Value* pValue,
31 void InterProperty(CFXJSE_Value* pValue, int32_t& iValue, bool bSetting) {
39 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) {
57 void CScript_EventPseudoModel::Property(CFXJSE_Value* pValue,
123 void CScript_EventPseudoModel::Change(CFXJSE_Value* pValue,
128 void CScript_EventPseudoModel::CommitKey(CFXJSE_Value* pValue,
133 void CScript_EventPseudoModel::FullText(CFXJSE_Value* pValue,
138 void CScript_EventPseudoModel::KeyDown(CFXJSE_Value* pValue,
143 void CScript_EventPseudoModel::Modifier(CFXJSE_Value* pValue,
148 void CScript_EventPseudoModel::NewContentType(CFXJSE_Value* pValue
    [all...]
cscript_signaturepseudomodel.cpp 33 CFXJSE_Value* pValue = pArguments->GetReturnValue();
45 CFXJSE_Value* pValue = pArguments->GetReturnValue();
65 CFXJSE_Value* pValue = pArguments->GetReturnValue();
xfa_object.h 91 void Script_ObjectClass_ClassName(CFXJSE_Value* pValue,
342 void Script_Som_ResolveNodeList(CFXJSE_Value* pValue,
346 void Script_TreeClass_All(CFXJSE_Value* pValue,
349 void Script_TreeClass_Nodes(CFXJSE_Value* pValue,
352 void Script_TreeClass_ClassAll(CFXJSE_Value* pValue,
355 void Script_TreeClass_Parent(CFXJSE_Value* pValue,
358 void Script_TreeClass_Index(CFXJSE_Value* pValue,
361 void Script_TreeClass_ClassIndex(CFXJSE_Value* pValue,
364 void Script_TreeClass_SomExpression(CFXJSE_Value* pValue,
378 void Script_NodeClass_Ns(CFXJSE_Value* pValue
    [all...]
cxfa_scriptcontext.cpp 14 #include "fxjs/cfxjse_value.h"
73 CXFA_ThisProxy* ToThisProxy(CFXJSE_Value* pValue, CFXJSE_Class* pClass) {
112 CXFA_Object* CXFA_ScriptContext::ToObject(CFXJSE_Value* pValue,
146 CFXJSE_Value* hRetValue,
170 CFXJSE_Value* pValue = pThisObject ? GetJSValueFromMap(pThisObject) : nullptr;
176 void CXFA_ScriptContext::GlobalPropertySetter(CFXJSE_Value* pObject,
178 CFXJSE_Value* pValue) {
209 CFXJSE_Value* pValue,
230 void CXFA_ScriptContext::GlobalPropertyGetter(CFXJSE_Value* pObject,
232 CFXJSE_Value* pValue)
    [all...]
xfa_resolvenode_rs.h 12 #include "fxjs/cfxjse_value.h"
50 std::unique_ptr<CFXJSE_Value> pValue(new CFXJSE_Value(pIsolate));
cscript_hostpseudomodel.cpp 23 CXFA_Node* ToNode(CFXJSE_Value* pValue, CFXJSE_Class* pClass) {
37 void CScript_HostPseudoModel::AppType(CFXJSE_Value* pValue,
50 void CScript_HostPseudoModel::CalculationsEnabled(CFXJSE_Value* pValue,
66 void CScript_HostPseudoModel::CurrentPage(CFXJSE_Value* pValue,
81 void CScript_HostPseudoModel::Language(CFXJSE_Value* pValue,
95 void CScript_HostPseudoModel::NumPages(CFXJSE_Value* pValue,
110 void CScript_HostPseudoModel::Platform(CFXJSE_Value* pValue,
124 void CScript_HostPseudoModel::Title(CFXJSE_Value* pValue,
144 void CScript_HostPseudoModel::ValidationsEnabled(CFXJSE_Value* pValue,
161 void CScript_HostPseudoModel::Variation(CFXJSE_Value* pValue
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffdochandler.h 19 CFXJSE_Value* GetXFAScriptObject(CXFA_FFDoc* hDoc);
25 CFXJSE_Value* pRetValue,
26 CFXJSE_Value* pThisObject);
  /external/pdfium/fxjs/
cfxjse_value.h 22 class CFXJSE_Value {
24 explicit CFXJSE_Value(v8::Isolate* pIsolate);
25 ~CFXJSE_Value();
58 void SetArray(const std::vector<std::unique_ptr<CFXJSE_Value>>& values);
62 CFXJSE_Value* lpPropValue);
64 CFXJSE_Value* lpPropValue);
65 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
66 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
71 CFXJSE_Value* lpPropValue);
72 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis)
    [all...]
cfxjse_arguments.h 19 CFXJSE_Value* pRetValue)
24 std::unique_ptr<CFXJSE_Value> GetValue(int32_t index) const;
31 CFXJSE_Value* GetReturnValue();
35 CFXJSE_Value* m_pRetValue;
fxjse.h 15 class CFXJSE_Value;
17 // C++ object which can be wrapped by CFXJSE_value.
23 typedef void (*FXJSE_FuncCallback)(CFXJSE_Value* pThis,
26 typedef void (*FXJSE_PropAccessor)(CFXJSE_Value* pObject,
28 CFXJSE_Value* pValue);
29 typedef int32_t (*FXJSE_PropTypeGetter)(CFXJSE_Value* pObject,
32 typedef bool (*FXJSE_PropDeleter)(CFXJSE_Value* pObject,
cfxjse_class.h 15 class CFXJSE_Value;
42 friend class CFXJSE_Value;
cfxjse_arguments.cpp 10 #include "fxjs/cfxjse_value.h"
20 std::unique_ptr<CFXJSE_Value> CFXJSE_Arguments::GetValue(int32_t index) const {
21 std::unique_ptr<CFXJSE_Value> lpArgValue(
22 new CFXJSE_Value(v8::Isolate::GetCurrent()));
54 CFXJSE_Value* CFXJSE_Arguments::GetReturnValue() {
cfxjse_context.h 18 class CFXJSE_Value;
31 std::unique_ptr<CFXJSE_Value> GetGlobalObject();
34 CFXJSE_Value* lpRetValue,
35 CFXJSE_Value* lpNewThisObject = nullptr);
cfxjse_class.cpp 12 #include "fxjs/cfxjse_value.h"
25 std::unique_ptr<CFXJSE_Value> lpThisValue(
26 new CFXJSE_Value(info.GetIsolate()));
28 std::unique_ptr<CFXJSE_Value> lpRetValue(new CFXJSE_Value(info.GetIsolate()));
44 std::unique_ptr<CFXJSE_Value> lpThisValue(
45 new CFXJSE_Value(info.GetIsolate()));
47 std::unique_ptr<CFXJSE_Value> lpRetValue(new CFXJSE_Value(info.GetIsolate()));
63 std::unique_ptr<CFXJSE_Value> lpThisValue
    [all...]
cfxjse_value.cpp 7 #include "fxjs/cfxjse_value.h"
67 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}
69 CFXJSE_Value::~CFXJSE_Value() {}
71 CFXJSE_HostObject* CFXJSE_Value::ToHostObject(CFXJSE_Class* lpClass) const {
84 void CFXJSE_Value::SetObject(CFXJSE_HostObject* lpObject,
94 void CFXJSE_Value::SetHostObject(CFXJSE_HostObject* lpObject,
105 void CFXJSE_Value::SetArray(
106 const std::vector<std::unique_ptr<CFXJSE_Value>>& values)
    [all...]
  /external/pdfium/fpdfsdk/javascript/
ijs_runtime.h 36 CFXJSE_Value* pValue) = 0;
38 CFXJSE_Value* pValue) = 0;
cjs_runtime.h 55 CFXJSE_Value* pValue) override;
57 CFXJSE_Value* pValue) override;
  /external/pdfium/xfa/fxfa/app/
xfa_ffdochandler.cpp 18 CFXJSE_Value* CXFA_FFDocHandler::GetXFAScriptObject(CXFA_FFDoc* hDoc) {
47 CFXJSE_Value* pRetValue,
48 CFXJSE_Value* pThisValue) {

Completed in 169 milliseconds

1 2