Home | History | Annotate | Download | only in http

Lines Matching defs:DoReadBody

555         rv = DoReadBody();
906 int HttpNetworkTransaction::DoReadBody() {
957 // This method differs from DoReadBody only in the next_state_. So we just
958 // call DoReadBody and override the next_state_. Perhaps there is a more
960 int rv = DoReadBody();