Searched refs:deviceMotionEnabled (Results 1 – 3 of 3) sorted by relevance
116 static bool deviceMotionEnabled() { return isDeviceMotionEnabled; } in deviceMotionEnabled() function
252 return RuntimeEnabledFeatures::deviceMotionEnabled(); in isDeviceMotionEnabled()
151 …, m_deviceMotionController(RuntimeEnabledFeatures::deviceMotionEnabled() ? new DeviceMotionControl… in Page()