Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h56 virtual Result<void> OnWheelEvent(int pixels) = 0;
Ddata_channels.cpp144 CF_EXPECT(observer()->OnWheelEvent(pixels)); in OnMessageInner()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp107 Result<void> OnWheelEvent(int pixels) { in OnWheelEvent() function in cuttlefish::ConnectionObserverImpl