OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleDidClose
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.h
129
void
handleDidClose
(bool wasClean, unsigned short code, const String& reason);
NewWebSocketChannelImpl.cpp
253
handleDidClose
(false, CloseEventCodeAbnormalClosure, String());
254
//
handleDidClose
may delete this object.
384
void NewWebSocketChannelImpl::
handleDidClose
(bool wasClean, unsigned short code, const String& reason)
518
handleDidClose
(wasClean, code, reason);
519
//
handleDidClose
may delete this object.
Completed in 33 milliseconds