HomeSort by relevance Sort by last modified time
    Searched refs:m_deviceMotionController (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
Page.h 183 DeviceMotionController* deviceMotionController() const { return m_deviceMotionController.get(); }
339 OwnPtr<DeviceMotionController> m_deviceMotionController;
Page.cpp 151 , m_deviceMotionController(RuntimeEnabledFeatures::deviceMotionEnabled() ? new DeviceMotionController(pageClients.deviceMotionClient) : 0)

Completed in 39 milliseconds