Searched refs:FileThreadWorker (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer.h73 class FileThreadWorker;
125 scoped_ptr<FileThreadWorker> incoming_file_thread_worker_;
126 scoped_ptr<FileThreadWorker> outgoing_file_thread_worker_;
H A Dwebrtc_rtp_dump_writer.cc92 class WebRtcRtpDumpWriter::FileThreadWorker { class in class:WebRtcRtpDumpWriter
94 explicit FileThreadWorker(const base::FilePath& dump_path) function in class:WebRtcRtpDumpWriter::FileThreadWorker
110 ~FileThreadWorker() {
250 DISALLOW_COPY_AND_ASSIGN(FileThreadWorker);
261 incoming_file_thread_worker_(new FileThreadWorker(incoming_dump_path)),
262 outgoing_file_thread_worker_(new FileThreadWorker(outgoing_dump_path)),
371 FileThreadWorker* worker = incoming ? incoming_file_thread_worker_.get()
377 base::Bind(&FileThreadWorker::CompressAndWriteToFileOnFileThread,

Completed in 41 milliseconds