Home | History | Annotate | Download | only in page

Lines Matching refs:CLOSED

111     ASSERT(m_state == CLOSED);
163 if (m_state != CLOSED)
198 if (m_state == CLOSED) {
203 // Stop trying to reconnect if EventSource was explicitly closed or if ActiveDOMObject::stop() was called.
212 m_state = CLOSED;
295 ASSERT(m_state != CLOSED);
299 m_state = CLOSED;
323 m_state = CLOSED;
327 ASSERT(m_state == CLOSED);
366 if (m_state == CLOSED)