Searched defs:DeviceOrientationController (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDeviceOrientationController.cpp27 #include "DeviceOrientationController.h"
35 DeviceOrientationController::DeviceOrientationController(Page* page, DeviceOrientationClient* client) function in class:WebCore::DeviceOrientationController
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
[all...]
H A DDeviceOrientationController.h40 class DeviceOrientationController { class in namespace:WebCore
42 DeviceOrientationController(Page*, DeviceOrientationClient*);
43 ~DeviceOrientationController();
54 void timerFired(Timer<DeviceOrientationController>*);
62 Timer<DeviceOrientationController> m_timer;

Completed in 1152 milliseconds