Home
last modified time | relevance | path

Searched refs:cursor_state_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc154 if (frame && cursor_.get() && cursor_state_ == MouseCursorMonitor::INSIDE) { in OnCaptureCompleted()
170 cursor_state_ = state; in OnMouseCursorPosition()
Ddesktop_and_cursor_composer.h55 MouseCursorMonitor::CursorState cursor_state_; variable