Searched refs:streams_pushed_and_claimed_count_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_session.h495 int streams_pushed_and_claimed_count_; member in class:net::SpdySession
H A Dspdy_session.cc267 streams_pushed_and_claimed_count_(0),
372 DCHECK(streams_pushed_and_claimed_count_ < streams_pushed_count_);
373 streams_pushed_and_claimed_count_++;
939 streams_pushed_and_claimed_count_);
1628 streams_pushed_and_claimed_count_,
/external/chromium_org/net/spdy/
H A Dspdy_session.cc403 streams_pushed_and_claimed_count_(0),
579 DCHECK_LT(streams_pushed_and_claimed_count_, streams_pushed_count_);
580 streams_pushed_and_claimed_count_++;
1594 streams_pushed_and_claimed_count_);
2672 streams_pushed_and_claimed_count_,
H A Dspdy_session.h1015 int streams_pushed_and_claimed_count_; member in class:net::SpdySession

Completed in 53 milliseconds