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

  /external/chromium_org/content/renderer/device_sensors/
device_motion_event_pump.cc 13 DeviceMotionEventPump::DeviceMotionEventPump(RenderThread* thread)
17 DeviceMotionEventPump::~DeviceMotionEventPump() {
20 bool DeviceMotionEventPump::OnControlMessageReceived(
23 IPC_BEGIN_MESSAGE_MAP(DeviceMotionEventPump, message)
30 void DeviceMotionEventPump::FireEvent() {
37 bool DeviceMotionEventPump::InitializeReader(base::SharedMemoryHandle handle) {
43 void DeviceMotionEventPump::SendStartMessage() {
47 void DeviceMotionEventPump::SendStopMessage()
    [all...]
device_motion_event_pump.h 22 class CONTENT_EXPORT DeviceMotionEventPump
25 explicit DeviceMotionEventPump(RenderThread* thread);
26 virtual ~DeviceMotionEventPump();
42 DISALLOW_COPY_AND_ASSIGN(DeviceMotionEventPump);
device_motion_event_pump_unittest.cc 44 class DeviceMotionEventPumpForTesting : public DeviceMotionEventPump {
47 : DeviceMotionEventPump(0) { }
51 DeviceMotionEventPump::OnDidStart(renderer_handle);
56 DeviceMotionEventPump::FireEvent();
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 41 class DeviceMotionEventPump;
225 scoped_ptr<DeviceMotionEventPump> device_motion_event_pump_;
renderer_webkitplatformsupport_impl.cc     [all...]

Completed in 123 milliseconds