Searched refs:read_still_on_call_stack_ (Results 1 – 2 of 2) sorted by relevance
95 read_still_on_call_stack_(false) { in HttpPipelinedConnectionImpl()385 read_still_on_call_stack_ = false; in DoReadHeadersLoop()401 read_still_on_call_stack_ = false; in DoReadHeadersLoop()411 CHECK(!read_still_on_call_stack_); in DoStartReadImmediately()417 read_still_on_call_stack_ = true; in DoStartReadImmediately()426 CHECK(!read_still_on_call_stack_); in DoStartNextDeferredRead()492 if (!read_still_on_call_stack_) { in DoReadHeadersComplete()
323 bool read_still_on_call_stack_; variable