Home | History | Annotate | Download | only in spdy

Lines Matching refs:it

17   for (SpdyHeaderBlock::const_iterator it = headers->begin();
18 it != headers->end(); ++it) {
20 it->first,
22 ElideHeaderValueForNetLog(log_level, it->first, it->second)));
42 for (base::DictionaryValue::Iterator it(*header_dict); !it.IsAtEnd();
43 it.Advance()) {
44 if (!it.value().GetAsString(&(*headers)[it.key()])) {