Home
last modified time | relevance | path

Searched defs:next_protos_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_stream_factory.h212 delete next_protos_; in set_next_protos() local
235 static const std::string* next_protos_; variable
Dhttp_stream_factory.cc20 const std::string* HttpStreamFactory::next_protos_ = NULL; member in net::HttpStreamFactory