Home | History | Annotate | Download | only in wtf

Lines Matching defs:ENABLE

54 /* ENABLE() - turn on a specific feature of WebKit */
55 #define ENABLE(WTF_FEATURE) (defined ENABLE_##WTF_FEATURE && ENABLE_##WTF_FEATURE)
141 /* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now. */
581 #if (PLATFORM(GTK) || PLATFORM(IOS) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && (OS(DARWIN) || USE(PTHREAD_BASED_QT)) && !ENABLE(SINGLE_THREADED))) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
691 // ENABLE guards
698 #if !defined(ENABLE_JIT) && !ENABLE(ANDROID_JSC_JIT)
736 // Android ENABLE guards not present upstream
740 // Enable scrollable divs in separate layers. This might be upstreamed to
775 // Enable dumping the display tree to a file (triggered in WebView.java)
966 /* ENABLE macro defaults */
1055 #if ENABLE(CODEBLOCK_SAMPLING) && !ENABLE(OPCODE_SAMPLING)
1058 #if ENABLE(OPCODE_SAMPLING) || ENABLE(SAMPLING_FLAGS)
1126 #if ENABLE(JIT) && USE(JSVALUE64) && PLATFORM(MAC)
1133 #if !defined(ENABLE_INTERPRETER) && !ENABLE(JIT)
1136 #if !(ENABLE(JIT) || ENABLE(INTERPRETER))
1149 #if ENABLE(JIT)
1182 #if HAVE(COMPUTED_GOTO) && ENABLE(INTERPRETER)
1193 #elif ENABLE(JIT) && !defined(ENABLE_YARR_JIT)
1200 #if ENABLE(JIT) || ENABLE(YARR_JIT)
1211 #if ENABLE(ASSEMBLER)
1268 #if !ENABLE(NETSCAPE_PLUGIN_API) || (ENABLE(NETSCAPE_PLUGIN_API) && ((OS(UNIX) && (PLATFORM(QT) || PLATFORM(WX))) || PLATFORM(GTK)))
1277 /* FIXME: Eventually we should enable this for all platforms and get rid of the define. */
1289 #if ENABLE(CLIENT_BASED_GEOLOCATION)
1297 #if ENABLE(GLIB_SUPPORT)