Searched refs:previous_response_length_ (Results 1 – 2 of 2) sorted by relevance
81 previous_response_length_(0), in GoogleStreamingRemoteEngine()145 DCHECK_GE(current_response_length, previous_response_length_); in DispatchHTTPResponse()146 response.erase(0, previous_response_length_); in DispatchHTTPResponse()147 previous_response_length_ = current_response_length; in DispatchHTTPResponse()359 previous_response_length_ = 0; in ConnectBothStreams()
151 size_t previous_response_length_; in NON_EXPORTED_BASE() local