Home
last modified time | relevance | path

Searched refs:WTF_USE_PLUGIN_HOST_PROCESS (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DPlatform.h553 #define WTF_USE_PLUGIN_HOST_PROCESS 1 macro
792 #if !defined(WTF_USE_PLUGIN_HOST_PROCESS)
793 #define WTF_USE_PLUGIN_HOST_PROCESS 0 macro
/external/webkit/WebCore/
DDerivedSources.make820 # FIXME: WTF_USE_PLUGIN_HOST_PROCESS is only true when building for x86_64, but we shouldn't have t…
822 …AMEWORK_FLAGS) WebCore/ForwardingHeaders/wtf/Platform.h | grep WTF_USE_PLUGIN_HOST_PROCESS | cut -…
DChangeLog-2010-01-2927054 …The check for whether WTF_USE_PLUGIN_HOST_PROCESS is defined occurs under the native architecture …
27055 …If that is 32-bit then WTF_USE_PLUGIN_HOST_PROCESS will not be defined. We work around this by fo…
55867 $(WEBCORE_EXPORT_DEPENDENCIES) when WTF_USE_PLUGIN_HOST_PROCESS
/external/webkit/JavaScriptCore/
DChangeLog9742 * wtf/Platform.h: Define WTF_USE_PLUGIN_HOST_PROCESS to 1 when
/external/webkit/WebKit/mac/
DChangeLog-2010-01-292768 WTF_USE_PLUGIN_HOST_PROCESS.