Searched refs:SensorEventSink (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/device_orientation/
H A Ddata_fetcher_impl_win.h22 // The SensorEventSink is installed to Windows sensor thread to listen for
40 class SensorEventSink;
41 friend SensorEventSink;
H A Ddata_fetcher_impl_win.cc25 class DataFetcherImplWin::SensorEventSink : public ISensorEvents, class in class:content::DataFetcherImplWin
28 explicit SensorEventSink(DataFetcherImplWin* const fetcher) function in class:content::DataFetcherImplWin::SensorEventSink
31 virtual ~SensorEventSink() {}
101 DISALLOW_COPY_AND_ASSIGN(SensorEventSink);
179 scoped_refptr<SensorEventSink> sensor_event_impl(new SensorEventSink(this));

Completed in 145 milliseconds