Searched refs:ENABLE_ORIENTATION_EVENTS (Results 1 – 12 of 12) sorted by relevance
41 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
43 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
476 …RAMEWORK_FLAGS) WebCore/ForwardingHeaders/wtf/Platform.h | grep ENABLE_ORIENTATION_EVENTS | cut -d…477 ENABLE_ORIENTATION_EVENTS = 1479 ENABLE_ORIENTATION_EVENTS = 0488 ifndef ENABLE_ORIENTATION_EVENTS489 ENABLE_ORIENTATION_EVENTS = 0494 ifeq ($(ENABLE_ORIENTATION_EVENTS), 1)495 ADDITIONAL_IDL_DEFINES := $(ADDITIONAL_IDL_DEFINES) ENABLE_ORIENTATION_EVENTS847 ifeq ($(ENABLE_ORIENTATION_EVENTS), 1)
33 !contains(DEFINES, ENABLE_ORIENTATION_EVENTS=.): DEFINES += ENABLE_ORIENTATION_EVENTS=0123 contains(DEFINES, ENABLE_ORIENTATION_EVENTS=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_ORIENTATION_EV…
52 FEATURE_DEFINES := ENABLE_ORIENTATION_EVENTS=1 ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLI…
34 FEATURE_DEFINES := ENABLE_ORIENTATION_EVENTS=1 ENABLE_TOUCH_EVENTS=1 V8_BINDING ENABLE_DATABASE=1 E…
2368 if ENABLE_ORIENTATION_EVENTS2370 FEATURE_DEFINES += ENABLE_ORIENTATION_EVENTS=12374 endif # END ENABLE_ORIENTATION_EVENTS
23644 Fix the build with ENABLE_ORIENTATION_EVENTS54046 Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms.54049 ENABLE_ORIENTATION_EVENTS into Mac-only section and added54050 default of ENABLE_ORIENTATION_EVENTS = 0 to non-Mac section.54052 ENABLE_DASHBOARD_SUPPORT and ENABLE_ORIENTATION_EVENTS external54053 to the makefile. Moved addition of ENABLE_ORIENTATION_EVENTS to54055 * GNUmakefile.am: Added support for ENABLE_ORIENTATION_EVENTS if56524 … * DerivedSources.make: Use new WebCore.OrientationEvents.exp file if ENABLE_ORIENTATION_EVENTS.56525 … Add ENABLE_ORIENTATION_EVENTS to the new ADDITIONAL_IDL_DEFINES variable that is passed to the IDL56526 code generator. This is because ENABLE_ORIENTATION_EVENTS is not in FEATURE_DEFINES.
584 #define ENABLE_ORIENTATION_EVENTS 1 macro602 #define ENABLE_ORIENTATION_EVENTS 1 macro796 #if !defined(ENABLE_ORIENTATION_EVENTS)797 #define ENABLE_ORIENTATION_EVENTS 0 macro
56 'ENABLE_ORIENTATION_EVENTS=0',
177 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS293 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
390 Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms.392 * chromium/features.gypi: Added 'ENABLE_ORIENTATION_EVENTS=0' to