Home
last modified time | relevance | path

Searched refs:DeviceMotionEventPump (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/device_orientation/
Ddevice_motion_event_pump.cc13 DeviceMotionEventPump::DeviceMotionEventPump() in DeviceMotionEventPump() function in content::DeviceMotionEventPump
17 DeviceMotionEventPump::DeviceMotionEventPump(int pump_delay_millis) in DeviceMotionEventPump() function in content::DeviceMotionEventPump
21 DeviceMotionEventPump::~DeviceMotionEventPump() { in ~DeviceMotionEventPump()
24 bool DeviceMotionEventPump::SetListener( in SetListener()
30 bool DeviceMotionEventPump::OnControlMessageReceived( in OnControlMessageReceived()
33 IPC_BEGIN_MESSAGE_MAP(DeviceMotionEventPump, message) in OnControlMessageReceived()
40 void DeviceMotionEventPump::FireEvent() { in FireEvent()
47 bool DeviceMotionEventPump::InitializeReader(base::SharedMemoryHandle handle) { in InitializeReader()
53 bool DeviceMotionEventPump::SendStartMessage() { in SendStartMessage()
58 bool DeviceMotionEventPump::SendStopMessage() { in SendStopMessage()
Ddevice_motion_event_pump.h22 class CONTENT_EXPORT DeviceMotionEventPump : public DeviceSensorEventPump {
24 DeviceMotionEventPump();
25 explicit DeviceMotionEventPump(int pump_delay_millis);
26 virtual ~DeviceMotionEventPump();
Ddevice_motion_event_pump_unittest.cc41 class DeviceMotionEventPumpForTesting : public DeviceMotionEventPump {
47 DeviceMotionEventPump::OnDidStart(renderer_handle); in OnDidStart()
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h37 class DeviceMotionEventPump; variable
207 scoped_ptr<DeviceMotionEventPump> device_motion_event_pump_;
Drenderer_webkitplatformsupport_impl.cc999 device_motion_event_pump_.reset(new DeviceMotionEventPump); in setDeviceMotionListener()