Searched defs:DidClose (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/child/
H A Dweb_socket_stream_handle_delegate.h33 virtual void DidClose(blink::WebSocketStreamHandle*) {} function in class:content::WebSocketStreamHandleDelegate
H A Dweb_socket_stream_handle_impl.cc60 virtual void DidClose(WebSocketStreamHandle*) OVERRIDE;
75 // |bridge_| is alive from Connect to DidClose, so Context must be alive
95 AddRef(); // Will be released by DidClose().
116 // the |bridge_| here. Then |bridge_| will call back DidClose, and will
142 void WebSocketStreamHandleImpl::Context::DidClose( function in class:content::WebSocketStreamHandleImpl::Context
144 VLOG(1) << "DidClose";
177 // DidClose.
H A Dwebsocket_bridge.cc75 IPC_MESSAGE_HANDLER(WebSocketMsg_DropChannel, DidClose)
184 void WebSocketBridge::DidClose(bool was_clean, function in class:content::WebSocketBridge
187 DVLOG(1) << "WebSocketBridge::DidClose("
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc50 callback_factory_.NewOptionalCallback(&Implement::DidClose);
78 DidClose(result);
87 DidClose(result);
91 void DidClose(int32_t result) { function in class:pp::WebSocketAPI::Implement
/external/chromium_org/content/browser/loader/
H A Dredirect_to_file_resource_handler.cc91 // Only DidClose can delete this.
107 int result = file_stream_->Close(base::Bind(&Writer::DidClose,
110 DidClose(result);
113 void DidClose(int result) { function in class:content::RedirectToFileResourceHandler::Writer
/external/chromium_org/net/socket/
H A Dtcp_listen_socket_unittest.cc251 void TCPListenSocketTester::DidClose(StreamListenSocket* sock) { function in class:net::TCPListenSocketTester
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc299 void EmbeddedTestServer::DidClose(StreamListenSocket* connection) { function in class:net::test_server::EmbeddedTestServer
/external/chromium_org/remoting/host/
H A Dgnubby_auth_handler_posix.cc245 void GnubbyAuthHandlerPosix::DidClose(net::StreamListenSocket* socket) { function in class:remoting::GnubbyAuthHandlerPosix

Completed in 1777 milliseconds