Searched refs:outgoing_dump_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler.h34 outgoing_dump_path(outgoing_dump) {}
37 const base::FilePath outgoing_dump_path; member in struct:WebRtcRtpDumpHandler::ReleasedDumps
H A Dwebrtc_rtp_dump_writer.h34 // |incoming_dump_path| and |outgoing_dump_path| are the file paths of the
40 const base::FilePath& outgoing_dump_path,
H A Dwebrtc_rtp_dump_handler_unittest.cc123 EXPECT_TRUE(empty_dumps.outgoing_dump_path.empty());
151 EXPECT_FALSE(dumps.outgoing_dump_path.empty());
335 EXPECT_FALSE(dumps.outgoing_dump_path.empty());
352 EXPECT_FALSE(dumps.outgoing_dump_path.empty());
394 EXPECT_FALSE(dumps.outgoing_dump_path.empty());
H A Dwebrtc_rtp_dump_writer.cc255 const base::FilePath& outgoing_dump_path,
262 outgoing_file_thread_worker_(new FileThreadWorker(outgoing_dump_path)),
253 WebRtcRtpDumpWriter( const base::FilePath& incoming_dump_path, const base::FilePath& outgoing_dump_path, size_t max_dump_size, const base::Closure& max_dump_size_reached_callback) argument
H A Dwebrtc_logging_handler_host.cc559 upload_done_data.outgoing_rtp_dump = rtp_dumps.outgoing_dump_path;

Completed in 87 milliseconds