Searched refs:m_deviceOrientationController (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPage.h184 DeviceOrientationController* deviceOrientationController() const { return m_deviceOrientationController.get(); }
340 OwnPtr<DeviceOrientationController> m_deviceOrientationController; member in class:WebCore::Page
H A DPage.cpp152 , m_deviceOrientationController(RuntimeEnabledFeatures::deviceOrientationEnabled() ? new DeviceOrientationController(this, pageClients.deviceOrientationClient) : 0)

Completed in 68 milliseconds