Home
last modified time | relevance | path

Searched refs:ENABLE_ORIENTATION_EVENTS (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/html/
DHTMLFrameSetElement.idl41 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
DHTMLBodyElement.idl43 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
/external/webkit/WebCore/
DDerivedSources.make476 …RAMEWORK_FLAGS) WebCore/ForwardingHeaders/wtf/Platform.h | grep ENABLE_ORIENTATION_EVENTS | cut -d…
477 ENABLE_ORIENTATION_EVENTS = 1
479 ENABLE_ORIENTATION_EVENTS = 0
488 ifndef ENABLE_ORIENTATION_EVENTS
489 ENABLE_ORIENTATION_EVENTS = 0
494 ifeq ($(ENABLE_ORIENTATION_EVENTS), 1)
495 ADDITIONAL_IDL_DEFINES := $(ADDITIONAL_IDL_DEFINES) ENABLE_ORIENTATION_EVENTS
847 ifeq ($(ENABLE_ORIENTATION_EVENTS), 1)
DWebCore.pri33 !contains(DEFINES, ENABLE_ORIENTATION_EVENTS=.): DEFINES += ENABLE_ORIENTATION_EVENTS=0
123 contains(DEFINES, ENABLE_ORIENTATION_EVENTS=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_ORIENTATION_EV…
DAndroid.derived.jscbindings.mk52 FEATURE_DEFINES := ENABLE_ORIENTATION_EVENTS=1 ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLI…
DAndroid.derived.v8bindings.mk34 FEATURE_DEFINES := ENABLE_ORIENTATION_EVENTS=1 ENABLE_TOUCH_EVENTS=1 V8_BINDING ENABLE_DATABASE=1 E…
DGNUmakefile.am2368 if ENABLE_ORIENTATION_EVENTS
2370 FEATURE_DEFINES += ENABLE_ORIENTATION_EVENTS=1
2374 endif # END ENABLE_ORIENTATION_EVENTS
DChangeLog-2010-01-2923644 Fix the build with ENABLE_ORIENTATION_EVENTS
54046 Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms.
54049 ENABLE_ORIENTATION_EVENTS into Mac-only section and added
54050 default of ENABLE_ORIENTATION_EVENTS = 0 to non-Mac section.
54052 ENABLE_DASHBOARD_SUPPORT and ENABLE_ORIENTATION_EVENTS external
54053 to the makefile. Moved addition of ENABLE_ORIENTATION_EVENTS to
54055 * GNUmakefile.am: Added support for ENABLE_ORIENTATION_EVENTS if
56524 … * 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 IDL
56526 code generator. This is because ENABLE_ORIENTATION_EVENTS is not in FEATURE_DEFINES.
/external/webkit/JavaScriptCore/wtf/
DPlatform.h584 #define ENABLE_ORIENTATION_EVENTS 1 macro
602 #define ENABLE_ORIENTATION_EVENTS 1 macro
796 #if !defined(ENABLE_ORIENTATION_EVENTS)
797 #define ENABLE_ORIENTATION_EVENTS 0 macro
/external/webkit/WebKit/chromium/
Dfeatures.gypi56 'ENABLE_ORIENTATION_EVENTS=0',
/external/webkit/WebCore/page/
DDOMWindow.idl177 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
293 #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
/external/webkit/WebKit/
DChangeLog390 Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms.
392 * chromium/features.gypi: Added 'ENABLE_ORIENTATION_EVENTS=0' to