Home | History | Annotate | Download | only in wtf

Lines Matching defs:m_previous

149         mutable DequeIteratorBase* m_previous;
257 p->m_previous = 0;
516 m_next->m_previous = this;
518 m_previous = 0;
526 ASSERT(!m_previous);
529 ASSERT(m_next->m_previous == this);
530 m_next->m_previous = m_previous;
532 if (m_previous) {
534 ASSERT(m_previous->m_next == this);
535 m_previous->m_next = m_next;
542 m_previous = 0;