Home | History | Annotate | Download | only in dom

Lines Matching refs:DeviceOrientationController

27 #include "DeviceOrientationController.h"
35 DeviceOrientationController::DeviceOrientationController(Page* page, DeviceOrientationClient* client)
38 , m_timer(this, &DeviceOrientationController::timerFired)
44 DeviceOrientationController::~DeviceOrientationController()
49 void DeviceOrientationController::timerFired(Timer<DeviceOrientationController>* timer)
64 void DeviceOrientationController::addListener(DOMWindow* window)
82 void DeviceOrientationController::removeListener(DOMWindow* window)
90 void DeviceOrientationController::removeAllListeners(DOMWindow* window)
102 void DeviceOrientationController::didChangeDeviceOrientation(DeviceOrientation* orientation)