Home
last modified time | relevance | path

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

/external/chromium/net/spdy/
Dspdy_protocol.h216 NUM_STATUS_CODES = 9 enumerator
600 if (status < INVALID || status >= NUM_STATUS_CODES) { in status()
Dspdy_framer.cc627 DCHECK_LT(status, NUM_STATUS_CODES); in CreateRstStream()