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.cc354 streams_pushed_and_claimed_count_(0),
541 DCHECK_LT(streams_pushed_and_claimed_count_, streams_pushed_count_);
542 streams_pushed_and_claimed_count_++;
1571 streams_pushed_and_claimed_count_);
2618 streams_pushed_and_claimed_count_,
H A Dspdy_session.h1034 int streams_pushed_and_claimed_count_; member in class:net::SpdySession

Completed in 35 milliseconds