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

  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 26 // WebRtcLoggingHandlerHost handles operations regarding the WebRTC logging:
35 class WebRtcLoggingHandlerHost : public content::BrowserMessageFilter {
41 explicit WebRtcLoggingHandlerHost(Profile* profile);
121 friend class base::DeleteHelper<WebRtcLoggingHandlerHost>;
123 virtual ~WebRtcLoggingHandlerHost();
215 DISALLOW_COPY_AND_ASSIGN(WebRtcLoggingHandlerHost);
webrtc_logging_handler_host.cc 114 WebRtcLoggingHandlerHost::WebRtcLoggingHandlerHost(Profile* profile)
122 WebRtcLoggingHandlerHost::~WebRtcLoggingHandlerHost() {}
124 void WebRtcLoggingHandlerHost::SetMetaData(
147 void WebRtcLoggingHandlerHost::StartLogging(
159 &WebRtcLoggingHandlerHost::StartLoggingIfAllowed, this));
162 void WebRtcLoggingHandlerHost::StopLogging(
176 void WebRtcLoggingHandlerHost::UploadLog(const UploadDoneCallback& callback) {
193 base::Bind(&WebRtcLoggingHandlerHost::GetLogDirectoryAndEnsureExists
    [all...]

Completed in 56 milliseconds