Lines Matching refs:WEBKIT_API
46 WEBKIT_API static void enableDatabase(bool);
47 WEBKIT_API static bool isDatabaseEnabled();
49 WEBKIT_API static void enableLocalStorage(bool);
50 WEBKIT_API static bool isLocalStorageEnabled();
52 WEBKIT_API static void enableSessionStorage(bool);
53 WEBKIT_API static bool isSessionStorageEnabled();
55 WEBKIT_API static void enableMediaPlayer(bool);
56 WEBKIT_API static bool isMediaPlayerEnabled();
58 WEBKIT_API static void enableSockets(bool);
59 WEBKIT_API static bool isSocketsEnabled();
61 WEBKIT_API static void enableNotifications(bool);
62 WEBKIT_API static bool isNotificationsEnabled();
64 WEBKIT_API static void enableApplicationCache(bool);
65 WEBKIT_API static bool isApplicationCacheEnabled();
67 WEBKIT_API static void enableDataTransferItems(bool);
68 WEBKIT_API static bool isDataTransferItemsEnabled();
70 WEBKIT_API static void enableGeolocation(bool);
71 WEBKIT_API static bool isGeolocationEnabled();
73 WEBKIT_API static void enableIndexedDatabase(bool);
74 WEBKIT_API static bool isIndexedDatabaseEnabled();
76 WEBKIT_API static void enableWebAudio(bool);
77 WEBKIT_API static bool isWebAudioEnabled();
79 WEBKIT_API static void enablePushState(bool);
80 WEBKIT_API static bool isPushStateEnabled(bool);
82 WEBKIT_API static void enableTouch(bool);
83 WEBKIT_API static bool isTouchEnabled();
85 WEBKIT_API static void enableDeviceMotion(bool);
86 WEBKIT_API static bool isDeviceMotionEnabled();
88 WEBKIT_API static void enableDeviceOrientation(bool);
89 WEBKIT_API static bool isDeviceOrientationEnabled();
91 WEBKIT_API static void enableSpeechInput(bool);
92 WEBKIT_API static bool isSpeechInputEnabled();
94 WEBKIT_API static void enableXHRResponseBlob(bool);
95 WEBKIT_API static bool isXHRResponseBlobEnabled();
97 WEBKIT_API static void enableFileSystem(bool);
98 WEBKIT_API static bool isFileSystemEnabled();
100 WEBKIT_API static void enableJavaScriptI18NAPI(bool);
101 WEBKIT_API static bool isJavaScriptI18NAPIEnabled();
103 WEBKIT_API static void enableQuota(bool);
104 WEBKIT_API static bool isQuotaEnabled();