Home
last modified time | relevance | path

Searched refs:m_deviceMotionController (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.h183 … DeviceMotionController* deviceMotionController() const { return m_deviceMotionController.get(); } in deviceMotionController()
339 OwnPtr<DeviceMotionController> m_deviceMotionController; variable
DPage.cpp151 …, m_deviceMotionController(RuntimeEnabledFeatures::deviceMotionEnabled() ? new DeviceMotionControl… in Page()