HomeSort by relevance Sort by last modified time
    Searched full:m_stopped (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.cpp 75 , m_stopped(false)
219 if (m_stopped)
227 if (m_stopped || m_readyState == ReadyStateClosed)
246 if (m_stopped)
254 if (m_stopped)
271 if (m_stopped)
289 m_stopped = true;
305 if (m_stopped)
MediaStreamTrack.cpp 50 , m_stopped(false)
95 if (m_stopped || enabled == m_component->enabled())
108 if (m_stopped)
142 return m_stopped || (m_component->source()->readyState() == MediaStreamSource::ReadyStateEnded);
147 if (m_stopped)
184 m_stopped = true;
RTCDTMFSender.cpp 65 , m_stopped(false)
142 m_stopped = true;
156 if (m_stopped)
MediaStream.cpp 108 , m_stopped(false)
133 return m_stopped || m_descriptor->ended();
259 m_stopped = true;
336 if (m_stopped)
MediaStreamTrack.h 86 bool m_stopped; member in class:WebCore::MediaStreamTrack
RTCDTMFSender.h 83 bool m_stopped; member in class:WebCore::RTCDTMFSender
RTCDataChannel.h 103 bool m_stopped; member in class:WebCore::RTCDataChannel
RTCPeerConnection.h 132 virtual bool hasPendingActivity() const OVERRIDE { return !m_stopped; }
160 bool m_stopped; member in class:WebCore::RTCPeerConnection
MediaStream.h 98 bool m_stopped; member in class:WebCore::MediaStream
RTCPeerConnection.cpp 140 , m_stopped(false)
638 if (m_stopped)
641 m_stopped = true;
682 if (m_stopped)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 72 , m_stopped(false)
165 if (!m_suspended && !m_stopped) {
172 m_stopped = false;
187 m_stopped = true;
197 if (!m_stopped)
RenderMarquee.h 105 bool m_stopped : 1;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.h 79 bool m_stopped; member in class:WebTestRunner::MockWebRTCPeerConnectionHandler
MockWebRTCPeerConnectionHandler.cpp 176 , m_stopped(false)
304 m_stopped = true;

Completed in 217 milliseconds