OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_stopped
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.cpp
73
,
m_stopped
(false)
91
if (!
m_stopped
)
94
ASSERT(
m_stopped
);
229
if (
m_stopped
)
237
if (
m_stopped
|| m_readyState == ReadyStateClosed)
256
if (
m_stopped
)
264
if (
m_stopped
)
281
if (
m_stopped
)
299
m_stopped
= true;
315
if (
m_stopped
)
[
all
...]
RTCPeerConnection.h
108
bool shouldFireDefaultCallbacks() { return !m_closed && !
m_stopped
; }
109
bool shouldFireGetStatsCallback() { return !
m_stopped
; }
141
return !m_closed && !
m_stopped
;
172
bool
m_stopped
;
member in class:WebCore::FINAL
MediaStreamTrack.cpp
52
,
m_stopped
(false)
152
return
m_stopped
|| (m_readyState == MediaStreamSource::ReadyStateEnded);
191
m_stopped
= true;
RTCDTMFSender.cpp
67
,
m_stopped
(false)
144
m_stopped
= true;
158
if (
m_stopped
)
MediaStream.cpp
99
,
m_stopped
(false)
125
,
m_stopped
(false)
166
return
m_stopped
|| m_descriptor->ended();
300
m_stopped
= true;
377
if (
m_stopped
)
MediaStreamTrack.h
101
bool
m_stopped
;
member in class:WebCore::FINAL
RTCDTMFSender.h
89
bool
m_stopped
;
member in class:WebCore::FINAL
RTCPeerConnection.cpp
184
,
m_stopped
(false)
190
// If we fail, set |m_closed| and |
m_stopped
| to true, to avoid hitting the assert in the destructor.
194
m_stopped
= true;
202
m_stopped
= true;
211
m_stopped
= true;
221
ASSERT(m_closed ||
m_stopped
);
684
if (
m_stopped
)
687
m_stopped
= true;
731
if (
m_stopped
)
MediaStream.h
104
bool
m_stopped
;
member in class:WebCore::FINAL
RTCDataChannel.h
113
bool
m_stopped
;
member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp
73
,
m_stopped
(false)
166
if (!m_suspended && !
m_stopped
) {
173
m_stopped
= false;
188
m_stopped
= true;
198
if (!
m_stopped
) {
RenderMarquee.h
101
bool
m_stopped
: 1;
Completed in 112 milliseconds