Home | History | Annotate | Download | only in socket

Lines Matching refs:ignore_limits

45 // Requests with |ignore_limits| set have higher effective priority than those
46 // without. If both requests have |ignore_limits| set/unset, then the request
53 if (request1.ignore_limits() && !request2.ignore_limits())
55 if (!request1.ignore_limits() && request2.ignore_limits())
151 bool ignore_limits,
157 ignore_limits_(ignore_limits),
217 // |ignore_limits| have the highest priority?
358 !request->ignore_limits()) {
368 if (ReachedMaxSocketsLimit() && !request->ignore_limits()) {