OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeviceMotionEnabled
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h
115
static void setDeviceMotionEnabled(bool isEnabled) {
isDeviceMotionEnabled
= isEnabled; }
116
static bool deviceMotionEnabled() { return
isDeviceMotionEnabled
; }
117
static bool deviceMotionEventEnabled() { return
isDeviceMotionEnabled
; }
118
static bool ondevicemotionEnabled() { return
isDeviceMotionEnabled
; }
172
static bool
isDeviceMotionEnabled
;
RuntimeEnabledFeatures.cpp
55
bool RuntimeEnabledFeatures::
isDeviceMotionEnabled
= true;
/external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h
86
WEBKIT_API static bool
isDeviceMotionEnabled
();
/external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp
250
bool WebRuntimeFeatures::
isDeviceMotionEnabled
()
Completed in 884 milliseconds