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

  /external/webkit/Source/WebCore/page/
Page.h 184 DeviceOrientationController* deviceOrientationController() const { return m_deviceOrientationController.get(); }
340 OwnPtr<DeviceOrientationController> m_deviceOrientationController;
Page.cpp 152 , m_deviceOrientationController(RuntimeEnabledFeatures::deviceOrientationEnabled() ? new DeviceOrientationController(this, pageClients.deviceOrientationClient) : 0)

Completed in 38 milliseconds