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

  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.h 16 class WebRtcLogsUI : public content::WebUIController {
18 explicit WebRtcLogsUI(content::WebUI* web_ui);
24 DISALLOW_COPY_AND_ASSIGN(WebRtcLogsUI);
webrtc_logs_ui.cc 123 if (!WebRtcLogsUI::WebRtcLogsUIEnabled() || list_available_)
136 bool webrtc_logs_enabled = WebRtcLogsUI::WebRtcLogsUIEnabled();
165 // WebRtcLogsUI
169 WebRtcLogsUI::WebRtcLogsUI(content::WebUI* web_ui) : WebUIController(web_ui) {
178 bool WebRtcLogsUI::WebRtcLogsUIEnabled() {

Completed in 29 milliseconds