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

1 2

  /external/pdfium/xfa/include/fxjse/
fxjse.h 20 typedef struct FXJSE_HVALUE_ { void* pData; } * FXJSE_HVALUE;
33 FXJSE_HVALUE FXJSE_Context_GetGlobalObject(FXJSE_HCONTEXT hContext);
45 FXJSE_HVALUE GetValue(int32_t index) const;
51 FXJSE_HVALUE GetReturnValue();
58 FXJSE_HVALUE hValue);
100 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime);
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);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_eventpseudomodel.h 31 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...]
xfa_script_datawindow.h 17 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,
xfa_script_hostpseudomodel.h 14 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...]
xfa_script_datawindow.cpp 32 FXJSE_HVALUE hValue,
36 FXJSE_HVALUE hValue,
40 FXJSE_HVALUE hValue,
43 void CScript_DataWindow::Script_DataWindow_IsDefined(FXJSE_HVALUE hValue,
xfa_script_eventpseudomodel.cpp 23 void Script_EventPseudoModel_StringProperty(FXJSE_HVALUE hValue,
34 void Script_EventPseudoModel_InterProperty(FXJSE_HVALUE hValue,
43 void Script_EventPseudoModel_BooleanProperty(FXJSE_HVALUE hValue,
53 FXJSE_HVALUE hValue,
136 FXJSE_HVALUE hValue,
142 FXJSE_HVALUE hValue,
148 FXJSE_HVALUE hValue,
154 FXJSE_HVALUE hValue,
160 FXJSE_HVALUE hValue,
166 FXJSE_HVALUE hValue,
    [all...]
xfa_script_imp.h 25 FXJSE_HVALUE hRetValue,
33 virtual FXJSE_HVALUE GetJSValueFromMap(CXFA_Object* pObject);
55 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);
107 CFX_MapPtrTemplate<CXFA_Object*, FXJSE_HVALUE> m_mapXFAToHValue;
    [all...]
xfa_script_signaturepseudomodel.cpp 41 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
75 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
117 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
xfa_script_imp.cpp 40 FXJSE_HVALUE pValue;
70 FXJSE_Value_Release((FXJSE_HVALUE)pValue);
87 FXJSE_HVALUE hRetValue,
112 FXJSE_HVALUE hObject = FXJSE_Context_GetGlobalObject(m_hJsContext);
117 FXJSE_HVALUE hProp = FXJSE_Value_Create(m_hJsRuntime);
134 FXJSE_HVALUE pValue = pThisObject ? GetJSValueFromMap(pThisObject) : NULL;
142 FXJSE_HVALUE hValue) {
177 FXJSE_HVALUE hValue,
186 FXJSE_HVALUE pValue = GetJSValueFromMap(resolveRs.nodes[0]);
200 FXJSE_HVALUE hValue) {
    [all...]
xfa_script_hostpseudomodel.cpp 24 FXJSE_HVALUE hValue,
32 FXJSE_HVALUE hValue,
48 FXJSE_HVALUE hValue,
64 FXJSE_HVALUE hValue,
81 FXJSE_HVALUE hValue,
98 FXJSE_HVALUE hValue,
114 FXJSE_HVALUE hValue,
130 FXJSE_HVALUE hValue,
146 FXJSE_HVALUE hValue,
169 FXJSE_HVALUE hValue,
    [all...]
xfa_script_layoutpseudomodel.h 20 void Script_LayoutPseudoModel_Ready(FXJSE_HVALUE hValue,
xfa_script_layoutpseudomodel.cpp 26 FXJSE_HVALUE hValue,
95 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
161 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
188 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
399 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
412 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
462 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
496 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
534 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 70 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...]
xfa_fm2jsapi.h 23 FXJSE_HVALUE hValue);
xfa_script.h 32 class CXFA_HVALUEArray : public CFX_ArrayTemplate<FXJSE_HVALUE> {
56 FXJSE_HVALUE hValue = FXJSE_Value_Create(hRunTime);
84 FXJSE_HVALUE hRetValue,
91 virtual FXJSE_HVALUE GetJSValueFromMap(CXFA_Object* pObject) = 0;
  /external/pdfium/xfa/src/fxjse/src/
value.cpp 13 FX_BOOL FXJSE_Value_IsUndefined(FXJSE_HVALUE hValue) {
17 FX_BOOL FXJSE_Value_IsNull(FXJSE_HVALUE hValue) {
21 FX_BOOL FXJSE_Value_IsBoolean(FXJSE_HVALUE hValue) {
25 FX_BOOL FXJSE_Value_IsUTF8String(FXJSE_HVALUE hValue) {
29 FX_BOOL FXJSE_Value_IsNumber(FXJSE_HVALUE hValue) {
33 FX_BOOL FXJSE_Value_IsInteger(FXJSE_HVALUE hValue) {
37 FX_BOOL FXJSE_Value_IsObject(FXJSE_HVALUE hValue) {
41 FX_BOOL FXJSE_Value_IsArray(FXJSE_HVALUE hValue) {
45 FX_BOOL FXJSE_Value_IsFunction(FXJSE_HVALUE hValue) {
49 FX_BOOL FXJSE_Value_IsDate(FXJSE_HVALUE hValue) {
    [all...]
context.cpp 27 FXJSE_HVALUE FXJSE_Context_GetGlobalObject(FXJSE_HCONTEXT hContext) {
35 return reinterpret_cast<FXJSE_HVALUE>(lpValue);
62 FXJSE_HVALUE hRetValue,
63 FXJSE_HVALUE hNewThisObject) {
105 FX_BOOL FXJSE_ReturnValue_GetMessage(FXJSE_HVALUE hRetValue,
127 FX_BOOL FXJSE_ReturnValue_GetLineInfo(FXJSE_HVALUE hRetValue,
class.cpp 116 reinterpret_cast<FXJSE_HVALUE>(lpPropValue));
139 reinterpret_cast<FXJSE_HVALUE>(lpPropValue));
166 FXJSE_HVALUE CFXJSE_Arguments::GetValue(int32_t index) const {
172 return reinterpret_cast<FXJSE_HVALUE>(lpArgValue);
207 FXJSE_HVALUE CFXJSE_Arguments::GetReturnValue() {
210 return reinterpret_cast<FXJSE_HVALUE>(lpArguments->m_pRetValue);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdochandler.h 37 virtual FXJSE_HVALUE GetXFAScriptObject(IXFA_Doc* hDoc);
42 FXJSE_HVALUE hRetValue,
43 FXJSE_HVALUE hThisObject);
xfa_ffdochandler.cpp 66 FXJSE_HVALUE CXFA_FFDocHandler::GetXFAScriptObject(IXFA_Doc* hDoc) {
95 FXJSE_HVALUE hRetValue,
96 FXJSE_HVALUE hThisObject) {
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h 386 static int32_t hvalue_get_array_length(FXJSE_HOBJECT hThis, FXJSE_HVALUE arg);
388 FXJSE_HVALUE firstValue,
389 FXJSE_HVALUE secondValue);
392 FXJSE_HVALUE*& resultValues,
395 static void GetObjectDefaultValue(FXJSE_HVALUE hObjectValue,
396 FXJSE_HVALUE hDefaultValue);
397 static FX_BOOL SetObjectDefaultValue(FXJSE_HVALUE hObjectValue,
398 FXJSE_HVALUE hNewValue);
405 FXJSE_HVALUE accessorValue,
408 FXJSE_HVALUE hParentValue,
    [all...]
xfa_fm2jscontext.cpp 237 FXJSE_HVALUE argOne = args.GetValue(0);
265 FXJSE_HVALUE argValue = 0;
272 FXJSE_HVALUE lengthValue = FXJSE_Value_Create(hruntime);
277 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
279 FXJSE_HVALUE jsObjectValue = FXJSE_Value_Create(hruntime);
283 FXJSE_HVALUE defaultPropValue = FXJSE_Value_Create(hruntime);
294 FXJSE_HVALUE newPropertyValue = FXJSE_Value_Create(hruntime);
329 FXJSE_HVALUE argValue = GetSimpleHValue(hThis, args, 0);
350 FXJSE_HVALUE argValue = 0;
357 FXJSE_HVALUE lengthValue = FXJSE_Value_Create(hruntime);
    [all...]
xfa_fm2jsapi.cpp 46 FXJSE_HVALUE hValue) {
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.h 63 FXJSE_HVALUE hValue) override;
65 FXJSE_HVALUE hValue) override;
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h 171 FXJSE_HVALUE hValue);
175 FXJSE_HVALUE hValue);
178 FXJSE_HVALUE hValue);
189 FXJSE_HVALUE hValue,

Completed in 105 milliseconds

1 2