Searched refs:DeviceMotionEventPump (Results 1 – 5 of 5) sorted by relevance
13 DeviceMotionEventPump::DeviceMotionEventPump() in DeviceMotionEventPump() function in content::DeviceMotionEventPump17 DeviceMotionEventPump::DeviceMotionEventPump(int pump_delay_millis) in DeviceMotionEventPump() function in content::DeviceMotionEventPump21 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()
22 class CONTENT_EXPORT DeviceMotionEventPump : public DeviceSensorEventPump {24 DeviceMotionEventPump();25 explicit DeviceMotionEventPump(int pump_delay_millis);26 virtual ~DeviceMotionEventPump();
41 class DeviceMotionEventPumpForTesting : public DeviceMotionEventPump {47 DeviceMotionEventPump::OnDidStart(renderer_handle); in OnDidStart()
37 class DeviceMotionEventPump; variable207 scoped_ptr<DeviceMotionEventPump> device_motion_event_pump_;
999 device_motion_event_pump_.reset(new DeviceMotionEventPump); in setDeviceMotionListener()