HomeSort by relevance Sort by last modified time
    Searched refs:DidClose (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/content/child/
web_socket_stream_handle_delegate.h 33 virtual void DidClose(blink::WebSocketStreamHandle*) {}
websocket_bridge.h 65 void DidClose(bool was_clean, unsigned short code, const std::string& reason);
web_socket_stream_handle_impl.cc 60 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(
144 VLOG(1) << "DidClose";
151 client->didClose(handle);
177 // DidClose.
websocket_bridge.cc 75 IPC_MESSAGE_HANDLER(WebSocketMsg_DropChannel, DidClose)
184 void WebSocketBridge::DidClose(bool was_clean,
187 DVLOG(1) << "WebSocketBridge::DidClose("
197 client->didClose(this, was_clean, code, reason_to_pass);
socket_stream_dispatcher.cc 160 delegate_->DidClose(handle_);
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.cc 50 callback_factory_.NewOptionalCallback(&Implement::DidClose);
78 DidClose(result);
87 DidClose(result);
91 void DidClose(int32_t result) {
  /external/chromium_org/net/socket/
stream_listen_socket.h 64 virtual void DidClose(StreamListenSocket* sock) = 0;
tcp_listen_socket_unittest.h 97 virtual void DidClose(StreamListenSocket* sock) OVERRIDE;
stream_listen_socket.cc 211 socket_delegate_->DidClose(this);
tcp_listen_socket_unittest.cc 251 void TCPListenSocketTester::DidClose(StreamListenSocket* sock) {
unix_domain_socket_posix_unittest.cc 122 virtual void DidClose(StreamListenSocket* sock) OVERRIDE {
transport_client_socket_unittest.cc 62 virtual void DidClose(StreamListenSocket* sock) OVERRIDE {}
  /external/chromium_org/remoting/host/
gnubby_auth_handler_posix.h 54 virtual void DidClose(net::StreamListenSocket* socket) OVERRIDE;
gnubby_auth_handler_posix_unittest.cc 103 TEST_F(GnubbyAuthHandlerPosixTest, DidClose) {
109 delegate_->DidClose(socket);
gnubby_auth_handler_posix.cc 245 void GnubbyAuthHandlerPosix::DidClose(net::StreamListenSocket* socket) {
  /external/chromium_org/net/server/
http_server.h 76 virtual void DidClose(StreamListenSocket* socket) OVERRIDE;
http_server.cc 93 // Initiating close from server-side does not lead to the DidClose call.
95 DidClose(connection->socket_.get());
167 DidClose(socket);
182 void HttpServer::DidClose(StreamListenSocket* socket) {
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 169 virtual void DidClose(StreamListenSocket* connection) OVERRIDE;
embedded_test_server.cc 287 void EmbeddedTestServer::DidClose(StreamListenSocket* connection) {
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 91 // Only DidClose can delete this.
107 int result = file_stream_->Close(base::Bind(&Writer::DidClose,
110 DidClose(result);
113 void DidClose(int result) {
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_unittest.cc 40 virtual void DidClose(StreamListenSocket* sock) OVERRIDE {}
tethering_handler.cc 94 virtual void DidClose(net::StreamListenSocket* socket) OVERRIDE {

Completed in 301 milliseconds