Searched refs:DesktopFrameWithCursor (Results 1 – 1 of 1) sorted by relevance
65 class DesktopFrameWithCursor : public DesktopFrame { class68 DesktopFrameWithCursor(std::unique_ptr<DesktopFrame> frame,73 ~DesktopFrameWithCursor() override;84 RTC_DISALLOW_COPY_AND_ASSIGN(DesktopFrameWithCursor);87 DesktopFrameWithCursor::DesktopFrameWithCursor( in DesktopFrameWithCursor() function in webrtc::__anon85f9f1f60111::DesktopFrameWithCursor134 DesktopFrameWithCursor::~DesktopFrameWithCursor() { in ~DesktopFrameWithCursor()225 auto frame_with_cursor = std::make_unique<DesktopFrameWithCursor>( in OnCaptureResult()