Home
last modified time | relevance | path

Searched refs:read_still_on_call_stack_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_pipelined_connection_impl.cc95 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()
Dhttp_pipelined_connection_impl.h323 bool read_still_on_call_stack_; variable