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

/external/chromium_org/net/http/
H A Dhttp_pipelined_connection_impl.cc95 read_still_on_call_stack_(false) {
385 read_still_on_call_stack_ = false;
401 read_still_on_call_stack_ = false;
411 CHECK(!read_still_on_call_stack_);
414 // the value directly to the caller. |read_still_on_call_stack_| will track
417 read_still_on_call_stack_ = true;
426 CHECK(!read_still_on_call_stack_);
492 if (!read_still_on_call_stack_) {
H A Dhttp_pipelined_connection_impl.h323 bool read_still_on_call_stack_; member in class:net::HttpPipelinedConnectionImpl

Completed in 69 milliseconds