Home
last modified time | relevance | path

Searched refs:DeviceMotionMessageFilter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/device_orientation/
Ddevice_motion_message_filter.cc12 DeviceMotionMessageFilter::DeviceMotionMessageFilter() in DeviceMotionMessageFilter() function in content::DeviceMotionMessageFilter
16 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()
Ddevice_motion_message_filter.h16 class DeviceMotionMessageFilter : public BrowserMessageFilter {
18 DeviceMotionMessageFilter();
25 virtual ~DeviceMotionMessageFilter();
33 DISALLOW_COPY_AND_ASSIGN(DeviceMotionMessageFilter);
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc755 AddFilter(new DeviceMotionMessageFilter()); in CreateMessageFilters()