DeviceMotionHardwareBuffer 36 content/browser/device_orientation/data_fetcher_shared_memory.h DeviceMotionHardwareBuffer* motion_buffer_; DeviceMotionHardwareBuffer 27 content/browser/device_orientation/data_fetcher_shared_memory_android.cc static_cast<DeviceMotionHardwareBuffer*>(buffer)); DeviceMotionHardwareBuffer 22 content/browser/device_orientation/data_fetcher_shared_memory_base.cc return sizeof(DeviceMotionHardwareBuffer); DeviceMotionHardwareBuffer 38 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc motion_buffer_ = static_cast<DeviceMotionHardwareBuffer*>(buffer); DeviceMotionHardwareBuffer 51 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc DeviceMotionHardwareBuffer* buffer = GetMotionBuffer(); DeviceMotionHardwareBuffer 68 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc DeviceMotionHardwareBuffer* GetMotionBuffer() const { DeviceMotionHardwareBuffer 118 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc DeviceMotionHardwareBuffer* motion_buffer_; DeviceMotionHardwareBuffer 12 content/browser/device_orientation/data_fetcher_shared_memory_default.cc static bool SetMotionBuffer(content::DeviceMotionHardwareBuffer* buffer, DeviceMotionHardwareBuffer 48 content/browser/device_orientation/data_fetcher_shared_memory_default.cc motion_buffer_ = static_cast<DeviceMotionHardwareBuffer*>(buffer); DeviceMotionHardwareBuffer 16 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc content::DeviceMotionHardwareBuffer* buffer) { DeviceMotionHardwareBuffer 126 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc motion_buffer_ = static_cast<DeviceMotionHardwareBuffer*>(buffer); DeviceMotionHardwareBuffer 142 content/browser/device_orientation/data_fetcher_shared_memory_win.cc explicit SensorEventSinkMotion(DeviceMotionHardwareBuffer* const buffer) DeviceMotionHardwareBuffer 220 content/browser/device_orientation/data_fetcher_shared_memory_win.cc DeviceMotionHardwareBuffer* const buffer_; DeviceMotionHardwareBuffer 260 content/browser/device_orientation/data_fetcher_shared_memory_win.cc motion_buffer_ = static_cast<DeviceMotionHardwareBuffer*>(buffer); DeviceMotionHardwareBuffer 43 content/browser/device_orientation/device_inertial_sensor_browsertest.cc DeviceMotionHardwareBuffer* motion_buffer = DeviceMotionHardwareBuffer 44 content/browser/device_orientation/device_inertial_sensor_browsertest.cc static_cast<DeviceMotionHardwareBuffer*>(buffer); DeviceMotionHardwareBuffer 93 content/browser/device_orientation/device_inertial_sensor_browsertest.cc void SetMotionBufferReady(DeviceMotionHardwareBuffer* buffer) { DeviceMotionHardwareBuffer 105 content/browser/device_orientation/device_inertial_sensor_browsertest.cc void UpdateMotion(DeviceMotionHardwareBuffer* buffer) { DeviceMotionHardwareBuffer 167 content/browser/device_orientation/sensor_manager_android.cc DeviceMotionHardwareBuffer* buffer) { DeviceMotionHardwareBuffer 43 content/browser/device_orientation/sensor_manager_android.h bool StartFetchingDeviceMotionData(DeviceMotionHardwareBuffer* buffer); DeviceMotionHardwareBuffer 86 content/browser/device_orientation/sensor_manager_android.h DeviceMotionHardwareBuffer* device_motion_buffer_; DeviceMotionHardwareBuffer 45 content/browser/device_orientation/sensor_manager_android_unittest.cc motion_buffer_.reset(new DeviceMotionHardwareBuffer); DeviceMotionHardwareBuffer 49 content/browser/device_orientation/sensor_manager_android_unittest.cc scoped_ptr<DeviceMotionHardwareBuffer> motion_buffer_; DeviceMotionHardwareBuffer 59 content/renderer/device_orientation/device_motion_event_pump_unittest.cc sizeof(DeviceMotionHardwareBuffer))); DeviceMotionHardwareBuffer 64 content/renderer/device_orientation/device_motion_event_pump_unittest.cc const DeviceMotionHardwareBuffer* null_buffer = NULL; DeviceMotionHardwareBuffer 67 content/renderer/device_orientation/device_motion_event_pump_unittest.cc buffer_ = static_cast<DeviceMotionHardwareBuffer*>(shared_memory_.memory()); DeviceMotionHardwareBuffer 69 content/renderer/device_orientation/device_motion_event_pump_unittest.cc memset(buffer_, 0, sizeof(DeviceMotionHardwareBuffer)); DeviceMotionHardwareBuffer 89 content/renderer/device_orientation/device_motion_event_pump_unittest.cc DeviceMotionHardwareBuffer* buffer_;