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

/external/chromium_org/net/spdy/
H A Dspdy_session.cc1352 int bytes_read_without_yielding = 0; local
1364 bytes_read_without_yielding += result;
1378 if (bytes_read_without_yielding > kMaxReadBytesWithoutYielding) {

Completed in 78 milliseconds