Searched refs:m_deviceMotionController (Results 1 – 2 of 2) sorted by relevance
183 … DeviceMotionController* deviceMotionController() const { return m_deviceMotionController.get(); } in deviceMotionController()339 OwnPtr<DeviceMotionController> m_deviceMotionController; variable
151 …, m_deviceMotionController(RuntimeEnabledFeatures::deviceMotionEnabled() ? new DeviceMotionControl… in Page()