Home | History | Annotate | Download | only in socket

Lines Matching refs:ignore_limits

103   void set_ignore_limits(bool ignore_limits) {
104 ignore_limits_ = ignore_limits;
106 bool ignore_limits() { return ignore_limits_; }
4003 // with |ignore_limits| triggers creation of a new socket, and gets the socket
4005 // that does not have |ignore_limits| set.
4030 // |ignore_limits| set triggers creation of a new socket, and gets the socket
4032 // that does not have |ignore_limits| set.
4056 // |ignore_limits| set triggers creation of a new socket, and gets the socket
4058 // does not have |ignore_limits| set.
4082 // issued for a request with |ignore_limits| set is not cancelled when a request
4083 // without |ignore_limits| issued to the same group is cancelled.
4102 // Cancel the pending request without ignore_limits set. The ConnectJob
4120 // Requests 0 and 1 do not have ignore_limits set, so they finish last. Since
4126 // Requests 2 and 3 have ignore_limits set, but have a low priority, so they