Home | History | Annotate | Download | only in socket

Lines Matching defs:OnCompleted

377     OnCompleted(-1, NULL);
382 base::Bind(&SocketReadFunction::OnCompleted, this));
385 void SocketReadFunction::OnCompleted(int bytes_read,
421 OnCompleted(-1);
427 base::Bind(&SocketWriteFunction::OnCompleted, this));
430 void SocketWriteFunction::OnCompleted(int bytes_written) {
452 OnCompleted(-1, NULL, std::string(), 0);
457 base::Bind(&SocketRecvFromFunction::OnCompleted, this));
460 void SocketRecvFromFunction::OnCompleted(int bytes_read,
539 base::Bind(&SocketSendToFunction::OnCompleted, this));
542 void SocketSendToFunction::OnCompleted(int bytes_written) {