OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_recording_rtp_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/media/
webrtc_internals.cc
33
WebRTCInternals::WebRTCInternals() :
is_recording_rtp_
(false) {
173
if (!
is_recording_rtp_
) {
174
is_recording_rtp_
= true;
180
if (
is_recording_rtp_
) {
181
is_recording_rtp_
= false;
237
DCHECK(
is_recording_rtp_
);
webrtc_internals.h
112
bool
is_recording_rtp_
;
member in class:content::WebRTCInternals
Completed in 127 milliseconds