Searched refs:didCloseWebSocket (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.h124 void didCloseWebSocket(Document*, unsigned long identifier);
H A DInspectorTimelineAgent.h217 void didCloseWebSocket(Document*, unsigned long identifier);
H A DInspectorInstrumentation.idl425 void didCloseWebSocket([Keep] Document*, unsigned long identifier);
H A DInspectorResourceAgent.cpp624 void InspectorResourceAgent::didCloseWebSocket(Document*, unsigned long identifier) function in class:blink::InspectorResourceAgent
H A DInspectorTimelineAgent.cpp934 void InspectorTimelineAgent::didCloseWebSocket(Document* document, unsigned long identifier) function in class:blink::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImpl.cpp264 InspectorInstrumentation::didCloseWebSocket(document(), m_identifier);
514 InspectorInstrumentation::didCloseWebSocket(document(), m_identifier);
H A DMainThreadWebSocketChannel.cpp220 InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier);
265 InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier);

Completed in 109 milliseconds