Searched refs:DeviceMotionMessageFilter (Results 1 – 3 of 3) sorted by relevance
12 DeviceMotionMessageFilter::DeviceMotionMessageFilter() in DeviceMotionMessageFilter() function in content::DeviceMotionMessageFilter16 DeviceMotionMessageFilter::~DeviceMotionMessageFilter() { in ~DeviceMotionMessageFilter()23 bool DeviceMotionMessageFilter::OnMessageReceived( in OnMessageReceived()27 IPC_BEGIN_MESSAGE_MAP_EX(DeviceMotionMessageFilter, in OnMessageReceived()39 void DeviceMotionMessageFilter::OnDeviceMotionStartPolling() { in OnDeviceMotionStartPolling()49 void DeviceMotionMessageFilter::OnDeviceMotionStopPolling() { in OnDeviceMotionStopPolling()58 void DeviceMotionMessageFilter::DidStartDeviceMotionPolling() { in DidStartDeviceMotionPolling()
16 class DeviceMotionMessageFilter : public BrowserMessageFilter {18 DeviceMotionMessageFilter();25 virtual ~DeviceMotionMessageFilter();33 DISALLOW_COPY_AND_ASSIGN(DeviceMotionMessageFilter);
755 AddFilter(new DeviceMotionMessageFilter()); in CreateMessageFilters()