Home | History | Annotate | Download | only in browser

Lines Matching refs:streams

807   static const char kInitialMaxConcurrentStreams[] = "init-max-streams";
849 int streams;
850 if (base::StringToInt(value, &streams))
851 globals_->initial_max_spdy_concurrent_streams.set(streams);