Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf54b0983ce9205c70e777f7c43d5cedafa93d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/*******************************************************************************
 * Copyright (c) 2000, 2013 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *    IBM Corporation - initial API and implementation
 *******************************************************************************/

#ifdef NATIVE_STATS
extern int CEF3_nativeFunctionCount;
extern int CEF3_nativeFunctionCallCount[];
extern char* CEF3_nativeFunctionNames[];
#define CEF3_NATIVE_ENTER(env, that, func) CEF3_nativeFunctionCallCount[func]++;
#define CEF3_NATIVE_EXIT(env, that, func) 
#else
#ifndef CEF3_NATIVE_ENTER
#define CEF3_NATIVE_ENTER(env, that, func) 
#endif
#ifndef CEF3_NATIVE_EXIT
#define CEF3_NATIVE_EXIT(env, that, func) 
#endif
#endif

typedef enum {
#ifndef JNI64
	callFuncInt__II_FUNC,
#else
	callFuncInt__JJ_FUNC,
#endif
#ifndef JNI64
	callFuncInt__IIII_FUNC,
#else
	callFuncInt__JJIJ_FUNC,
#endif
#ifndef JNI64
	callFuncInt__IIILorg_eclipse_swt_internal_cef3_cef_1string_1t_2_FUNC,
#else
	callFuncInt__JJILorg_eclipse_swt_internal_cef3_cef_1string_1t_2_FUNC,
#endif
#ifndef JNI64
	callFuncPtr__II_FUNC,
#else
	callFuncPtr__JJ_FUNC,
#endif
#ifndef JNI64
	callFuncPtr__III_FUNC,
#else
	callFuncPtr__JJI_FUNC,
#endif
#ifndef JNI64
	callFuncVoid__IIIII_FUNC,
#else
	callFuncVoid__JJJJI_FUNC,
#endif
#ifndef JNI64
	callFuncVoid__IILorg_eclipse_swt_internal_cef3_cef_1string_1t_2_FUNC,
#else
	callFuncVoid__JJLorg_eclipse_swt_internal_cef3_cef_1string_1t_2_FUNC,
#endif
#ifndef JNI64
	callFuncVoid__IILorg_eclipse_swt_internal_cef3_cef_1string_1t_2Lorg_eclipse_swt_internal_cef3_cef_1string_1t_2_FUNC,
#else
	callFuncVoid__JJLorg_eclipse_swt_internal_cef3_cef_1string_1t_2Lorg_eclipse_swt_internal_cef3_cef_1string_1t_2_FUNC,
#endif
#ifndef JNI64
	callFuncVoid__IILorg_eclipse_swt_internal_cef3_cef_1string_1t_2Lorg_eclipse_swt_internal_cef3_cef_1string_1t_2I_FUNC,
#else
	callFuncVoid__JJLorg_eclipse_swt_internal_cef3_cef_1string_1t_2Lorg_eclipse_swt_internal_cef3_cef_1string_1t_2I_FUNC,
#endif
	cef_1base_1t_1sizeof_FUNC,
	cef_1browser_1host_1create_1browser_FUNC,
	cef_1browser_1host_1t_1sizeof_FUNC,
	cef_1browser_1settings_1t_1sizeof_FUNC,
	cef_1browser_1t_1sizeof_FUNC,
	cef_1build_1revision_FUNC,
	cef_1execute_1process_FUNC,
	cef_1frame_1t_1sizeof_FUNC,
	cef_1initialize_FUNC,
	cef_1list_1value_1t_1sizeof_FUNC,
	cef_1process_1message_1create_FUNC,
	cef_1process_1message_1t_1sizeof_FUNC,
	cef_1settings_1t_1sizeof_FUNC,
	cef_1string_1set_FUNC,
	cef_1string_1t_1sizeof_FUNC,
	cef_1string_1userfree_1free_FUNC,
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1base_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1base_1t_2JJ_FUNC,
#endif
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1browser_1host_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1browser_1host_1t_2JJ_FUNC,
#endif
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1browser_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1browser_1t_2JJ_FUNC,
#endif
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1frame_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1frame_1t_2JJ_FUNC,
#endif
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1list_1value_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1list_1value_1t_2JJ_FUNC,
#endif
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1process_1message_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1process_1message_1t_2JJ_FUNC,
#endif
#ifndef JNI64
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1string_1t_2II_FUNC,
#else
	memmove__Lorg_eclipse_swt_internal_cef3_cef_1string_1t_2JJ_FUNC,
#endif
} CEF3_FUNCS;

Back to the top