Searched refs:VideoFrameRecorderHostExtension (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder_host_extension.h16 class VideoFrameRecorderHostExtension : public HostExtension { class in namespace:remoting
18 VideoFrameRecorderHostExtension();
19 virtual ~VideoFrameRecorderHostExtension();
33 DISALLOW_COPY_AND_ASSIGN(VideoFrameRecorderHostExtension);
H A Dvideo_frame_recorder_host_extension.cc176 VideoFrameRecorderHostExtension::VideoFrameRecorderHostExtension() {} function in class:remoting::VideoFrameRecorderHostExtension
178 VideoFrameRecorderHostExtension::~VideoFrameRecorderHostExtension() {}
180 void VideoFrameRecorderHostExtension::SetMaxContentBytes(
185 std::string VideoFrameRecorderHostExtension::capability() const {
191 VideoFrameRecorderHostExtension::CreateExtensionSession(
H A Dremoting_me2me_host.cc1304 scoped_ptr<VideoFrameRecorderHostExtension> frame_recorder_extension(
1305 new VideoFrameRecorderHostExtension());

Completed in 95 milliseconds