Home | History | Annotate | Download | only in http

Lines Matching refs:OnBackendCreated

1013     return OnBackendCreated(result, pending_op);
1110 void HttpCache::OnBackendCreated(int result, PendingOp* pending_op) {
1119 // We may end up calling OnBackendCreated multiple times if we have pending
1139 &HttpCache::OnBackendCreated, AsWeakPtr(), result, pending_op));