OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
21
DISALLOW_COPY_AND_ASSIGN(
WebRtcLogsUI
);
webrtc_logs_ui.cc
195
//
WebRtcLogsUI
199
WebRtcLogsUI
::
WebRtcLogsUI
(content::WebUI* web_ui) : WebUIController(web_ui) {
Completed in 39 milliseconds