Home
last modified time | relevance | path

Searched defs:wasClean (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DCloseEvent.h45 bool wasClean; member
57 …static PassRefPtrWillBeRawPtr<CloseEvent> create(bool wasClean, unsigned short code, const String&… in create()
67 bool wasClean() const { return m_wasClean; } in wasClean() function
85 CloseEvent(bool wasClean, int code, const String& reason) in CloseEvent()
DNewWebSocketChannelImpl.cpp370 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()
DWebSocket.cpp681 …bool wasClean = m_state == CLOSING && hasAllDataConsumed && closingHandshakeCompletion == ClosingH… in didClose() local