HomeSort by relevance Sort by last modified time
    Searched full:notification_sender_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/websockets/
websocket_channel.cc 305 notification_sender_(new HandshakeNotificationSender(this)),
585 notification_sender_->SendImmediately(event_interface_.get())) {
603 DCHECK(!notification_sender_->handshake_request_info());
607 notification_sender_->set_handshake_request_info(request.Pass());
613 DCHECK(!notification_sender_->handshake_response_info());
617 notification_sender_->set_handshake_response_info(response.Pass());
625 notification_sender_->AsWeakPtr()));
    [all...]
websocket_channel.h 389 // |notification_sender_| is owned by this object.
390 scoped_ptr<HandshakeNotificationSender> notification_sender_; member in class:net::WebSocketChannel

Completed in 2197 milliseconds