Home
last modified time | relevance | path

Searched refs:handleDidClose (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DNewWebSocketChannelImpl.cpp253 handleDidClose(false, CloseEventCodeAbnormalClosure, String()); in fail()
370 void NewWebSocketChannelImpl::handleDidClose(bool wasClean, unsigned short code, const String& reas… in handleDidClose() function in WebCore::NewWebSocketChannelImpl
504 handleDidClose(wasClean, code, reason); in didClose()
DNewWebSocketChannelImpl.h130 void handleDidClose(bool wasClean, unsigned short code, const String& reason);