HomeSort by relevance Sort by last modified time
    Searched defs:DeviceMotionEventPump (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/device_orientation/
device_motion_event_pump.cc 13 DeviceMotionEventPump::DeviceMotionEventPump()
17 DeviceMotionEventPump::DeviceMotionEventPump(int pump_delay_millis)
21 DeviceMotionEventPump::~DeviceMotionEventPump() {
24 bool DeviceMotionEventPump::SetListener(
30 bool DeviceMotionEventPump::OnControlMessageReceived(
33 IPC_BEGIN_MESSAGE_MAP(DeviceMotionEventPump, message)
40 void DeviceMotionEventPump::FireEvent()
    [all...]
device_motion_event_pump.h 22 class CONTENT_EXPORT DeviceMotionEventPump : public DeviceSensorEventPump {
24 DeviceMotionEventPump();
25 explicit DeviceMotionEventPump(int pump_delay_millis);
26 virtual ~DeviceMotionEventPump();

Completed in 65 milliseconds