Lines Matching full:when
34 // Streams can be created either by the client or by the server. When they
36 // a SpdyNetworkTransaction) will maintain a reference to the stream. When
48 // Called when SYN frame has been sent.
52 // Called when stream is ready to send data.
53 // Returns network error code. OK when it successfully sent data.
56 // Called when data has been sent. |status| indicates network error
59 // Returns network error code. OK when it successfully sent data.
62 // Called when the SYN_STREAM, SYN_REPLY, or HEADERS frames are received.
72 // Called when data is received.
75 // Called when data is sent.
78 // Called when SpdyStream is closed.
81 // Sets the callback to be invoked when a new chunk is available to upload.
170 // Called by the SpdySession when a response (e.g. a SYN_STREAM or SYN_REPLY)
174 // Called by the SpdySession when late-bound headers are received for a
178 // Called by the SpdySession when response data has been received for this
187 // Called by the SpdySession when a write has completed. This callback
193 // Called by the SpdySession when the request is finished. This callback
214 // Fills SSL info in |ssl_info| and returns true when SSL is in use.
218 // true when SSL is in use.
230 // Get the URL associated with this stream. Only valid when has_url() is
268 // When a server pushed stream is first created, this function is posted on
272 // There is a small period of time between when a server pushed stream is