Home | History | Annotate | Download | only in http

Lines Matching refs:pipeline

60   // request to the pipeline if the pipeline is still usable.
62 HttpPipelinedConnection* pipeline) OVERRIDE;
65 HttpPipelinedConnection* pipeline,
86 // Called when a pipeline is empty and there are no pending requests. Closes
88 void OnPipelineEmpty(HttpPipelinedConnection* pipeline);
90 // Adds the next pending request to the pipeline if it's still usuable.
91 void AddRequestToPipeline(HttpPipelinedConnection* pipeline);
93 // Returns the current pipeline capacity based on |capability_|. This should
97 // Returns true if |pipeline| can handle a new request. This is true if the
98 // |pipeline| is active, usable, has capacity, and |capability_| is
100 bool CanPipelineAcceptRequests(HttpPipelinedConnection* pipeline) const;