HomeSort by relevance Sort by last modified time
    Searched defs:VideoFrameRecorderHostExtension (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/
video_frame_recorder_host_extension.h 16 class VideoFrameRecorderHostExtension : public HostExtension {
18 VideoFrameRecorderHostExtension();
19 virtual ~VideoFrameRecorderHostExtension();
33 DISALLOW_COPY_AND_ASSIGN(VideoFrameRecorderHostExtension);
video_frame_recorder_host_extension.cc 176 VideoFrameRecorderHostExtension::VideoFrameRecorderHostExtension() {}
178 VideoFrameRecorderHostExtension::~VideoFrameRecorderHostExtension() {}
180 void VideoFrameRecorderHostExtension::SetMaxContentBytes(
185 std::string VideoFrameRecorderHostExtension::capability() const {
191 VideoFrameRecorderHostExtension::CreateExtensionSession(

Completed in 546 milliseconds