]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/webkit_win32_stats.h
Special handling to retain the range of derived properties on type edit
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / webkit_win32_stats.h
1 /*******************************************************************************
2  * Copyright (c) 2009, 2016 IBM Corporation and others. All rights reserved.
3  * The contents of this file are made available under the terms
4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that
5  * accompanies this distribution (lgpl-v21.txt).  The LGPL is also
6  * available at http://www.gnu.org/licenses/lgpl.html.  If the version
7  * of the LGPL at http://www.gnu.org is different to the version of
8  * the LGPL accompanying this distribution and there is any conflict
9  * between the two license versions, the terms of the LGPL accompanying
10  * this distribution shall govern.
11  * 
12  * Contributors:
13  *     IBM Corporation - initial API and implementation
14  *******************************************************************************/
15
16 /* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
17 /* DO NOT EDIT - your changes will be lost. */
18
19 #ifdef NATIVE_STATS
20 extern int WebKit_win32_nativeFunctionCount;
21 extern int WebKit_win32_nativeFunctionCallCount[];
22 extern char* WebKit_win32_nativeFunctionNames[];
23 #define WebKit_win32_NATIVE_ENTER(env, that, func) WebKit_win32_nativeFunctionCallCount[func]++;
24 #define WebKit_win32_NATIVE_EXIT(env, that, func) 
25 #else
26 #ifndef WebKit_win32_NATIVE_ENTER
27 #define WebKit_win32_NATIVE_ENTER(env, that, func) 
28 #endif
29 #ifndef WebKit_win32_NATIVE_EXIT
30 #define WebKit_win32_NATIVE_EXIT(env, that, func) 
31 #endif
32 #endif
33
34 typedef enum {
35         CFArrayGetCount_FUNC,
36         CFArrayGetValueAtIndex_FUNC,
37         CFDataCreate_FUNC,
38         CFDataGetBytePtr_FUNC,
39         CFDataGetLength_FUNC,
40         CFDictionaryCreate_FUNC,
41         CFHTTPCookieCreateWithResponseHeaderFields_FUNC,
42         CFHTTPCookieGetFlags_FUNC,
43         CFHTTPCookieGetName_FUNC,
44         CFHTTPCookieGetValue_FUNC,
45         CFHTTPCookieStorageCopyCookies_FUNC,
46         CFHTTPCookieStorageCopyCookiesForURL_FUNC,
47         CFHTTPCookieStorageDeleteCookie_FUNC,
48         CFHTTPCookieStorageSetCookie_FUNC,
49         CFRelease_FUNC,
50         CFStringCreateWithCharacters_FUNC,
51         CFStringGetCharacterAtIndex_FUNC,
52         CFStringGetCharactersPtr_FUNC,
53         CFStringGetLength_FUNC,
54         CFURLCreateWithString_FUNC,
55         CFURLRequestCopyHTTPRequestBody_FUNC,
56         CFURLRequestCreateMutableCopy_FUNC,
57         CFURLRequestSetHTTPRequestBody_FUNC,
58         CFURLRequestSetURL_FUNC,
59         JSClassCreate_FUNC,
60         JSClassDefinition_1sizeof_FUNC,
61         JSClassRetain_FUNC,
62         JSContextGetGlobalObject_FUNC,
63         JSEvaluateScript_FUNC,
64         JSGlobalContextRetain_FUNC,
65         JSObjectCallAsFunctionProc_1CALLBACK_FUNC,
66         JSObjectGetPrivate_FUNC,
67         JSObjectGetProperty_FUNC,
68         JSObjectGetPropertyAtIndex_FUNC,
69         JSObjectGetPropertyProc_1CALLBACK_FUNC,
70         JSObjectHasPropertyProc_1CALLBACK_FUNC,
71         JSObjectMake_FUNC,
72         JSObjectMakeArray_FUNC,
73         JSObjectMakeFunctionWithCallback_FUNC,
74         JSObjectSetProperty_FUNC,
75         JSStringCreateWithUTF8CString_FUNC,
76         JSStringGetLength_FUNC,
77         JSStringGetMaximumUTF8CStringSize_FUNC,
78         JSStringGetUTF8CString_FUNC,
79         JSStringIsEqualToUTF8CString_FUNC,
80         JSStringRelease_FUNC,
81         JSValueGetType_FUNC,
82         JSValueIsObjectOfClass_FUNC,
83         JSValueMakeBoolean_FUNC,
84         JSValueMakeNull_FUNC,
85         JSValueMakeNumber_FUNC,
86         JSValueMakeString_FUNC,
87         JSValueMakeUndefined_FUNC,
88         JSValueToNumber_FUNC,
89         JSValueToStringCopy_FUNC,
90         WebKitCreateInstance_FUNC,
91         kCFCopyStringDictionaryKeyCallBacks_FUNC,
92         kCFTypeDictionaryValueCallBacks_FUNC,
93         memmove_FUNC,
94         willPerformClientRedirectToURL_1CALLBACK_FUNC,
95 } WebKit_win32_FUNCS;