Searched defs:wasClean (Results 1 – 3 of 3) sorted by relevance
45 bool wasClean; member57 …static PassRefPtrWillBeRawPtr<CloseEvent> create(bool wasClean, unsigned short code, const String&… in create()67 bool wasClean() const { return m_wasClean; } in wasClean() function85 CloseEvent(bool wasClean, int code, const String& reason) in CloseEvent()
370 void NewWebSocketChannelImpl::handleDidClose(bool wasClean, unsigned short code, const String& reas… in handleDidClose()491 void NewWebSocketChannelImpl::didClose(WebSocketHandle* handle, bool wasClean, unsigned short code,… in didClose()
681 …bool wasClean = m_state == CLOSING && hasAllDataConsumed && closingHandshakeCompletion == ClosingH… in didClose() local