Searched refs:m_stopped (Results 1 – 6 of 6) sorted by relevance
69 , m_stopped(false) in ActiveDOMObjectCallbackImpl()92 m_stopped = true; in stop()97 return (!m_suspended && !m_stopped); in canInvokeCallback()109 bool m_stopped; member in WebCore::ActiveDOMObjectCallbackImpl
65 , m_suspended(false), m_stopped(false), m_direction(MAUTO) in RenderMarquee()172 if (!m_suspended && !m_stopped) { in start()180 m_stopped = false; in start()198 m_stopped = true; in stop()208 if (!m_stopped) in updateMarqueePosition()
94 bool m_stopped : 1; variable
58 , m_stopped(false) in IDBDatabase()175 return !m_stopped || ActiveDOMObject::hasPendingActivity(); in hasPendingActivity()207 m_stopped = true; in stop()
110 bool m_stopped; variable
5095 Rename IDBRequest::m_stopped to m_suspended and reset5873 Rename IDBRequest::m_stopped to m_suspended and reset