Home
last modified time | relevance | path

Searched refs:hValue (Results 1 – 25 of 31) sorted by relevance

12

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_eventpseudomodel.cpp23 void Script_EventPseudoModel_StringProperty(FXJSE_HVALUE hValue, in Script_EventPseudoModel_StringProperty() argument
28 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_EventPseudoModel_StringProperty()
31 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_EventPseudoModel_StringProperty()
34 void Script_EventPseudoModel_InterProperty(FXJSE_HVALUE hValue, in Script_EventPseudoModel_InterProperty() argument
38 iValue = FXJSE_Value_ToInteger(hValue); in Script_EventPseudoModel_InterProperty()
40 FXJSE_Value_SetInteger(hValue, iValue); in Script_EventPseudoModel_InterProperty()
43 void Script_EventPseudoModel_BooleanProperty(FXJSE_HVALUE hValue, in Script_EventPseudoModel_BooleanProperty() argument
47 bValue = FXJSE_Value_ToBoolean(hValue); in Script_EventPseudoModel_BooleanProperty()
49 FXJSE_Value_SetBoolean(hValue, bValue); in Script_EventPseudoModel_BooleanProperty()
53 FXJSE_HVALUE hValue, in Script_EventPseudoModel_Property() argument
[all …]
Dxfa_script_eventpseudomodel.h31 void Script_EventPseudoModel_CancelAction(FXJSE_HVALUE hValue,
34 void Script_EventPseudoModel_Change(FXJSE_HVALUE hValue,
37 void Script_EventPseudoModel_CommitKey(FXJSE_HVALUE hValue,
40 void Script_EventPseudoModel_FullText(FXJSE_HVALUE hValue,
43 void Script_EventPseudoModel_KeyDown(FXJSE_HVALUE hValue,
46 void Script_EventPseudoModel_Modifier(FXJSE_HVALUE hValue,
49 void Script_EventPseudoModel_NewContentType(FXJSE_HVALUE hValue,
52 void Script_EventPseudoModel_NewText(FXJSE_HVALUE hValue,
55 void Script_EventPseudoModel_PrevContentType(FXJSE_HVALUE hValue,
58 void Script_EventPseudoModel_PrevText(FXJSE_HVALUE hValue,
[all …]
Dxfa_script_hostpseudomodel.cpp24 FXJSE_HVALUE hValue, in Script_HostPseudoModel_LoadString() argument
29 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_HostPseudoModel_LoadString()
32 FXJSE_HVALUE hValue, in Script_HostPseudoModel_AppType() argument
45 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppType)); in Script_HostPseudoModel_AppType()
48 FXJSE_HVALUE hValue, in Script_HostPseudoModel_FoxitAppType() argument
61 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppType)); in Script_HostPseudoModel_FoxitAppType()
64 FXJSE_HVALUE hValue, in Script_HostPseudoModel_CalculationsEnabled() argument
74 hDoc, FXJSE_Value_ToBoolean(hValue)); in Script_HostPseudoModel_CalculationsEnabled()
78 FXJSE_Value_SetBoolean(hValue, bEnabled); in Script_HostPseudoModel_CalculationsEnabled()
81 FXJSE_HVALUE hValue, in Script_HostPseudoModel_CurrentPage() argument
[all …]
Dxfa_script_hostpseudomodel.h14 void Script_HostPseudoModel_AppType(FXJSE_HVALUE hValue,
17 void Script_HostPseudoModel_FoxitAppType(FXJSE_HVALUE hValue,
20 void Script_HostPseudoModel_CalculationsEnabled(FXJSE_HVALUE hValue,
23 void Script_HostPseudoModel_CurrentPage(FXJSE_HVALUE hValue,
26 void Script_HostPseudoModel_Language(FXJSE_HVALUE hValue,
29 void Script_HostPseudoModel_NumPages(FXJSE_HVALUE hValue,
32 void Script_HostPseudoModel_Platform(FXJSE_HVALUE hValue,
35 void Script_HostPseudoModel_Title(FXJSE_HVALUE hValue,
38 void Script_HostPseudoModel_ValidationsEnabled(FXJSE_HVALUE hValue,
41 void Script_HostPseudoModel_Variation(FXJSE_HVALUE hValue,
[all …]
Dxfa_script_layoutpseudomodel.cpp26 FXJSE_HVALUE hValue, in Script_LayoutPseudoModel_Ready() argument
38 FXJSE_Value_SetBoolean(hValue, iStatus >= 2); in Script_LayoutPseudoModel_Ready()
95 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_HWXY() local
97 FXJSE_Value_SetFloat(hValue, 0); in Script_LayoutPseudoModel_HWXY()
118 if (hValue) { in Script_LayoutPseudoModel_HWXY()
119 FXJSE_Value_SetFloat(hValue, fValue); in Script_LayoutPseudoModel_HWXY()
161 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_NumberedPageCount() local
162 if (hValue) { in Script_LayoutPseudoModel_NumberedPageCount()
163 FXJSE_Value_SetInteger(hValue, iPageCount); in Script_LayoutPseudoModel_NumberedPageCount()
188 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_PageSpan() local
[all …]
Dxfa_script_signaturepseudomodel.cpp41 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_SignaturePseudoModel_Verify() local
42 if (hValue) { in Script_SignaturePseudoModel_Verify()
43 FXJSE_Value_SetInteger(hValue, bVerify); in Script_SignaturePseudoModel_Verify()
75 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_SignaturePseudoModel_Sign() local
76 if (hValue) { in Script_SignaturePseudoModel_Sign()
77 FXJSE_Value_SetBoolean(hValue, bSign); in Script_SignaturePseudoModel_Sign()
117 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_SignaturePseudoModel_Clear() local
118 if (hValue) { in Script_SignaturePseudoModel_Clear()
119 FXJSE_Value_SetBoolean(hValue, bFlag); in Script_SignaturePseudoModel_Clear()
Dxfa_script_imp.cpp142 FXJSE_HVALUE hValue) { in GlobalPropertySetter() argument
158 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName, hValue, dwFlag, in GlobalPropertySetter()
163 if (FXJSE_Value_IsUndefined(hValue)) { in GlobalPropertySetter()
164 FXJSE_Value_SetObjectOwnProp(hObject, szPropName, hValue); in GlobalPropertySetter()
173 hValue); in GlobalPropertySetter()
177 FXJSE_HVALUE hValue, in QueryNodeByFlag() argument
187 FXJSE_Value_Set(hValue, pValue); in QueryNodeByFlag()
192 hValue, bSetting, (XFA_ATTRIBUTE)lpAttributeInfo->eAttribute); in QueryNodeByFlag()
200 FXJSE_HVALUE hValue) { in GlobalPropertyGetter() argument
211 XFA_FM2JS_GlobalPropertyGetter(lpScriptContext->m_hFM2JSContext, hValue); in GlobalPropertyGetter()
[all …]
Dxfa_object_imp.cpp44 void CXFA_Object::Script_ObjectClass_ClassName(FXJSE_HVALUE hValue, in Script_ObjectClass_ClassName() argument
51 hValue, FX_UTF8Encode(className.GetPtr(), className.GetLength())); in Script_ObjectClass_ClassName()
639 FXJSE_HVALUE hValue = NULL; in Script_TreeClass_ResolveNode() local
642 hValue = pScriptContext->GetJSValueFromMap(pNode); in Script_TreeClass_ResolveNode()
643 FXJSE_Value_Set(pArguments->GetReturnValue(), hValue); in Script_TreeClass_ResolveNode()
647 hValue = FXJSE_Value_Create(pScriptContext->GetRuntime()); in Script_TreeClass_ResolveNode()
649 hValue, FALSE, (XFA_ATTRIBUTE)lpAttributeInfo->eAttribute); in Script_TreeClass_ResolveNode()
650 FXJSE_Value_Set(pArguments->GetReturnValue(), hValue); in Script_TreeClass_ResolveNode()
651 FXJSE_Value_Release(hValue); in Script_TreeClass_ResolveNode()
668 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_TreeClass_ResolveNodes() local
[all …]
Dxfa_script_imp.h55 FXJSE_HVALUE hValue,
60 FXJSE_HVALUE hValue,
63 FXJSE_HVALUE hValue);
66 FXJSE_HVALUE hValue);
69 FXJSE_HVALUE hValue);
72 FXJSE_HVALUE hValue);
75 FXJSE_HVALUE hValue);
Dxfa_script_datawindow.h17 void Script_DataWindow_RecordsBefore(FXJSE_HVALUE hValue,
20 void Script_DataWindow_CurrentRecordNumber(FXJSE_HVALUE hValue,
23 void Script_DataWindow_RecordsAfter(FXJSE_HVALUE hValue,
26 void Script_DataWindow_IsDefined(FXJSE_HVALUE hValue,
Dxfa_script_datawindow.cpp32 FXJSE_HVALUE hValue, in Script_DataWindow_RecordsBefore() argument
36 FXJSE_HVALUE hValue, in Script_DataWindow_CurrentRecordNumber() argument
40 FXJSE_HVALUE hValue, in Script_DataWindow_RecordsAfter() argument
43 void CScript_DataWindow::Script_DataWindow_IsDefined(FXJSE_HVALUE hValue, in Script_DataWindow_IsDefined() argument
/external/pdfium/xfa/include/fxjse/
Dfxjse.h58 FXJSE_HVALUE hValue);
101 void FXJSE_Value_Release(FXJSE_HVALUE hValue);
102 FXJSE_HRUNTIME FXJSE_Value_GetRuntime(FXJSE_HVALUE hValue);
103 FX_BOOL FXJSE_Value_IsUndefined(FXJSE_HVALUE hValue);
104 FX_BOOL FXJSE_Value_IsNull(FXJSE_HVALUE hValue);
105 FX_BOOL FXJSE_Value_IsBoolean(FXJSE_HVALUE hValue);
106 FX_BOOL FXJSE_Value_IsUTF8String(FXJSE_HVALUE hValue);
107 FX_BOOL FXJSE_Value_IsNumber(FXJSE_HVALUE hValue);
108 FX_BOOL FXJSE_Value_IsInteger(FXJSE_HVALUE hValue);
109 FX_BOOL FXJSE_Value_IsObject(FXJSE_HVALUE hValue);
[all …]
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h25 v8::Local<v8::Value> hValue = in IsUndefined() local
27 return hValue->IsUndefined(); in IsUndefined()
34 v8::Local<v8::Value> hValue = in IsNull() local
36 return hValue->IsNull(); in IsNull()
43 v8::Local<v8::Value> hValue = in IsBoolean() local
45 return hValue->IsBoolean(); in IsBoolean()
52 v8::Local<v8::Value> hValue = in IsString() local
54 return hValue->IsString(); in IsString()
61 v8::Local<v8::Value> hValue = in IsNumber() local
63 return hValue->IsNumber(); in IsNumber()
[all …]
Dvalue.cpp13 FX_BOOL FXJSE_Value_IsUndefined(FXJSE_HVALUE hValue) { in FXJSE_Value_IsUndefined() argument
14 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsUndefined()
17 FX_BOOL FXJSE_Value_IsNull(FXJSE_HVALUE hValue) { in FXJSE_Value_IsNull() argument
18 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsNull()
21 FX_BOOL FXJSE_Value_IsBoolean(FXJSE_HVALUE hValue) { in FXJSE_Value_IsBoolean() argument
22 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsBoolean()
25 FX_BOOL FXJSE_Value_IsUTF8String(FXJSE_HVALUE hValue) { in FXJSE_Value_IsUTF8String() argument
26 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsUTF8String()
29 FX_BOOL FXJSE_Value_IsNumber(FXJSE_HVALUE hValue) { in FXJSE_Value_IsNumber() argument
30 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsNumber()
[all …]
Dcontext.cpp77 v8::Local<v8::Value> hValue; in FXJSE_CreateReturnValue() local
78 hValue = hException.As<v8::Object>()->Get( in FXJSE_CreateReturnValue()
80 if (hValue->IsString() || hValue->IsStringObject()) { in FXJSE_CreateReturnValue()
81 hReturnValue->Set(0, hValue); in FXJSE_CreateReturnValue()
85 hValue = hException.As<v8::Object>()->Get( in FXJSE_CreateReturnValue()
87 if (hValue->IsString() || hValue->IsStringObject()) { in FXJSE_CreateReturnValue()
88 hReturnValue->Set(1, hValue); in FXJSE_CreateReturnValue()
114 v8::Local<v8::Value> hValue = in FXJSE_ReturnValue_GetMessage() local
116 if (!hValue->IsObject()) { in FXJSE_ReturnValue_GetMessage()
120 hValue.As<v8::Object>()->Get(0)->ToString()); in FXJSE_ReturnValue_GetMessage()
[all …]
Dclass.cpp199 v8::Local<v8::Value> hValue = (*lpArguments->m_pInfo)[index]; in GetObject() local
200 ASSERT(!hValue.IsEmpty()); in GetObject()
201 if (!hValue->IsObject()) { in GetObject()
205 return FXJSE_RetrieveObjectBinding(hValue.As<v8::Object>(), lpClass); in GetObject()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h70 void Script_ObjectClass_ClassName(FXJSE_HVALUE hValue,
292 void Script_Som_ResolveNodeList(FXJSE_HVALUE hValue,
296 void Script_TreeClass_All(FXJSE_HVALUE hValue,
299 void Script_TreeClass_Nodes(FXJSE_HVALUE hValue,
302 void Script_TreeClass_ClassAll(FXJSE_HVALUE hValue,
305 void Script_TreeClass_Parent(FXJSE_HVALUE hValue,
308 void Script_TreeClass_Index(FXJSE_HVALUE hValue,
311 void Script_TreeClass_ClassIndex(FXJSE_HVALUE hValue,
314 void Script_TreeClass_SomExpression(FXJSE_HVALUE hValue,
328 void Script_NodeClass_Ns(FXJSE_HVALUE hValue,
[all …]
Dxfa_script.h56 FXJSE_HVALUE hValue = FXJSE_Value_Create(hRunTime); in GetAttributeResult() local
58 hValue, FALSE, (XFA_ATTRIBUTE)pScriptAttribute->eAttribute); in GetAttributeResult()
59 hValueArray.Add(hValue); in GetAttributeResult()
Dxfa_fm2jsapi.h23 FXJSE_HVALUE hValue);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp268 FXJSE_HVALUE hValue) { argument
294 FXJSE_Value_SetUndefined(hValue);
297 ((CFXJSE_Value*)hValue)->ForceSetValue(propvalue);
303 FXJSE_HVALUE hValue) { argument
305 if (utf8Name.IsEmpty() || hValue == NULL)
319 GetIsolate(), ((CFXJSE_Value*)hValue)->DirectGetValue());
DJS_Runtime.h63 FXJSE_HVALUE hValue) override;
65 FXJSE_HVALUE hValue) override;
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jsapi.cpp46 FXJSE_HVALUE hValue) { in XFA_FM2JS_GlobalPropertyGetter() argument
49 pContext->GlobalPropertyGetter(hValue); in XFA_FM2JS_GlobalPropertyGetter()
Dxfa_fm2jscontext.h423 static FX_BOOL HValueIsNull(FXJSE_HOBJECT hThis, FXJSE_HVALUE hValue);
424 static int32_t HValueToInteger(FXJSE_HOBJECT hThis, FXJSE_HVALUE hValue);
426 static FX_FLOAT HValueToFloat(FXJSE_HOBJECT hThis, FXJSE_HVALUE hValue);
427 static FX_DOUBLE HValueToDouble(FXJSE_HOBJECT hThis, FXJSE_HVALUE hValue);
428 static void HValueToUTF8String(FXJSE_HVALUE hValue,
436 void GlobalPropertyGetter(FXJSE_HVALUE hValue);
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_doc.h171 FXJSE_HVALUE hValue);
175 FXJSE_HVALUE hValue);
178 FXJSE_HVALUE hValue);
189 FXJSE_HVALUE hValue,
/external/pdfium/fpdfsdk/include/javascript/
DIJavaScript.h157 FXJSE_HVALUE hValue) = 0;
159 FXJSE_HVALUE hValue) = 0;

12