Lines Matching full:quota
59 // that they have sufficient send quota to send this data, otherwise the
70 // Sends |quota| units of flow control to the remote side. If the underlying
71 // transport has a concept of |quota|, then it permits the remote server to
72 // send up to |quota| units of data.
73 void SendFlowControl(int64 quota);
149 // the send quota of the renderer channel as appropriate. |result| is a net
242 // The point at which we give the renderer a quota refresh (quota units).
243 // "quota units" are currently bytes. TODO(ricea): Update the definition of
244 // quota units when necessary.
246 // The amount which we refresh the quota to when it reaches the
247 // low_water_mark (quota units).
249 // The current amount of quota that the renderer has available for sending
250 // on this logical channel (quota units).