Searched refs:DeviceSensorEventController (Results 1 – 15 of 15) sorted by relevance
36 DeviceSensorEventController::DeviceSensorEventController(Document* document) in DeviceSensorEventController() function in WebCore::DeviceSensorEventController42 , m_timer(this, &DeviceSensorEventController::fireDeviceEvent) in DeviceSensorEventController()46 DeviceSensorEventController::~DeviceSensorEventController() in ~DeviceSensorEventController()50 void DeviceSensorEventController::fireDeviceEvent(Timer<DeviceSensorEventController>* timer) in fireDeviceEvent()59 void DeviceSensorEventController::dispatchDeviceEvent(PassRefPtr<Event> prpEvent) in dispatchDeviceEvent()75 void DeviceSensorEventController::startUpdating() in startUpdating()89 void DeviceSensorEventController::stopUpdating() in stopUpdating()101 void DeviceSensorEventController::pageVisibilityChanged() in pageVisibilityChanged()
37 class DeviceSensorEventController : public PageLifecycleObserver {44 explicit DeviceSensorEventController(Document*);45 virtual ~DeviceSensorEventController();61 void fireDeviceEvent(Timer<DeviceSensorEventController>*);66 Timer<DeviceSensorEventController> m_timer;
37 class DeviceSensorEventController; variable44 void addController(DeviceSensorEventController*);45 void removeController(DeviceSensorEventController*);51 Vector<DeviceSensorEventController*> m_controllers;
46 void DeviceSensorEventDispatcher::addController(DeviceSensorEventController* controller) in addController()55 void DeviceSensorEventDispatcher::removeController(DeviceSensorEventController* controller) in removeController()
39 class DeviceOrientationController : public DeviceSensorEventController, public DocumentSupplement, …
40 class DeviceMotionController : public DeviceSensorEventController, public DocumentSupplement, publi…
41 : DeviceSensorEventController(document) in DeviceMotionController()
41 : DeviceSensorEventController(document) in DeviceOrientationController()
267 'device_orientation/DeviceSensorEventController.cpp',268 'device_orientation/DeviceSensorEventController.h',
55 third_party/WebKit/Source/modules/device_orientation/DeviceSensorEventController.cpp \