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

  /external/chromium_org/content/child/
web_socket_stream_handle_delegate.h 33 virtual void DidClose(blink::WebSocketStreamHandle*) {}
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);
  /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/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/net/server/
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/socket/
tcp_listen_socket_unittest.cc 251 void TCPListenSocketTester::DidClose(StreamListenSocket* sock) {
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.cc 287 void EmbeddedTestServer::DidClose(StreamListenSocket* connection) {
  /external/chromium_org/remoting/host/
gnubby_auth_handler_posix.cc 245 void GnubbyAuthHandlerPosix::DidClose(net::StreamListenSocket* socket) {

Completed in 848 milliseconds