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

  /external/chromium_org/ppapi/proxy/
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
tcp_socket_resource_base.cc 67 CloseImpl();
297 void TCPSocketResourceBase::CloseImpl() {
369 // It is possible that CloseImpl() has been called. We don't want to update
388 // It is possible that CloseImpl() has been called. We don't want to update
413 // It is possible that CloseImpl() has been called. We don't want to
434 // It is possible that CloseImpl() has been called. We shouldn't access the
477 // It is possible that CloseImpl() has been called. We shouldn't access the

Completed in 151 milliseconds