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 18 // WebRtcLoggingHandlerHost handles operations regarding the WebRTC logging:
23 class WebRtcLoggingHandlerHost : public content::BrowserMessageFilter {
25 WebRtcLoggingHandlerHost();
29 friend class base::DeleteHelper<WebRtcLoggingHandlerHost>;
31 virtual ~WebRtcLoggingHandlerHost();
58 DISALLOW_COPY_AND_ASSIGN(WebRtcLoggingHandlerHost);
webrtc_logging_handler_host.cc 92 WebRtcLoggingHandlerHost::WebRtcLoggingHandlerHost() {}
94 WebRtcLoggingHandlerHost::~WebRtcLoggingHandlerHost() {}
96 void WebRtcLoggingHandlerHost::OnChannelClosing() {
101 void WebRtcLoggingHandlerHost::OnDestruct() const {
105 bool WebRtcLoggingHandlerHost::OnMessageReceived(const IPC::Message& message,
109 IPC_BEGIN_MESSAGE_MAP_EX(WebRtcLoggingHandlerHost, message, *message_was_ok)
117 void WebRtcLoggingHandlerHost::OnOpenLog(const std::string& app_session_id,
123 &WebRtcLoggingHandlerHost::OpenLogIfAllowed, this))
    [all...]

Completed in 1010 milliseconds