Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc56 class DesktopFrameWithCursor : public DesktopFrame { class
59 DesktopFrameWithCursor(DesktopFrame* frame,
62 virtual ~DesktopFrameWithCursor();
70 RTC_DISALLOW_COPY_AND_ASSIGN(DesktopFrameWithCursor);
73 DesktopFrameWithCursor::DesktopFrameWithCursor(DesktopFrame* frame, in DesktopFrameWithCursor() function in webrtc::__anon5f50e88e0111::DesktopFrameWithCursor
111 DesktopFrameWithCursor::~DesktopFrameWithCursor() { in ~DesktopFrameWithCursor()
155 DesktopFrameWithCursor* frame_with_cursor = in OnCaptureCompleted()
156 new DesktopFrameWithCursor(frame, *cursor_, cursor_position_); in OnCaptureCompleted()