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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 68 , m_updating(false)
118 if (isRemoved() || m_updating) {
160 if (isRemoved() || m_updating) {
189 if (isRemoved() || m_updating) {
287 if (isRemoved() || m_updating) {
300 m_updating = true;
316 if (!m_updating)
342 m_updating = false;
425 if (isRemoved() || m_updating) {
441 m_updating = true
    [all...]
SourceBuffer.h 68 bool updating() const { return m_updating; }
122 bool m_updating; member in class:WebCore::SourceBuffer

Completed in 105 milliseconds