Searched defs:WebRtcLoggingHandlerHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.h26 // WebRtcLoggingHandlerHost handles operations regarding the WebRTC logging:
35 class WebRtcLoggingHandlerHost : public content::BrowserMessageFilter { class in inherits:content::BrowserMessageFilter
41 explicit WebRtcLoggingHandlerHost(Profile* profile);
121 friend class base::DeleteHelper<WebRtcLoggingHandlerHost>;
123 virtual ~WebRtcLoggingHandlerHost();
215 DISALLOW_COPY_AND_ASSIGN(WebRtcLoggingHandlerHost);
H A Dwebrtc_logging_handler_host.cc114 WebRtcLoggingHandlerHost::WebRtcLoggingHandlerHost(Profile* profile) function in class:WebRtcLoggingHandlerHost
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
[all...]

Completed in 89 milliseconds