Home
last modified time | relevance | path

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

/external/chromium/net/flip/
Dflip_session.cc207 streams_pushed_and_claimed_count_(0), in FlipSession()
248 streams_pushed_and_claimed_count_, in ~FlipSession()
309 DCHECK(streams_pushed_and_claimed_count_ < streams_pushed_count_); in GetOrCreateStream()
310 streams_pushed_and_claimed_count_++; in GetOrCreateStream()
Dflip_session.h229 int streams_pushed_and_claimed_count_; variable