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

  /external/chromium_org/ppapi/proxy/
udp_socket_private_resource.cc 79 CloseImpl();
udp_socket_resource.cc 75 CloseImpl();
udp_socket_resource_base.h 66 void CloseImpl();
tcp_socket_private_resource.cc 93 CloseImpl();
tcp_socket_resource.cc 115 CloseImpl();
tcp_socket_resource_base.h 95 void CloseImpl();
tcp_socket_resource_base.cc 67 CloseImpl();
316 void TCPSocketResourceBase::CloseImpl() {
388 // It is possible that CloseImpl() has been called. We don't want to update
407 // It is possible that CloseImpl() has been called. We don't want to update
432 // It is possible that CloseImpl() has been called. We don't want to
453 // It is possible that CloseImpl() has been called. We shouldn't access the
496 // It is possible that CloseImpl() has been called. We shouldn't access the
udp_socket_resource_base.cc 191 void UDPSocketResourceBase::CloseImpl() {
225 // CloseImpl() has been called, but a BindReply came earlier than the task to
243 // NULL: CloseImpl() has been called, but a RecvFromReply came earlier than

Completed in 81 milliseconds