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

/external/chromium_org/net/http/
H A Dhttp_stream_factory.h231 delete next_protos_;
232 next_protos_ = NULL;
289 static bool has_next_protos() { return next_protos_ != NULL; }
291 return *next_protos_;
298 static std::vector<std::string>* next_protos_; member in class:net::HttpStreamFactory
H A Dhttp_stream_factory.cc20 std::vector<std::string>* HttpStreamFactory::next_protos_ = NULL; member in class:net::HttpStreamFactory
39 delete next_protos_;
41 next_protos_ = NULL;
210 if (!next_protos_)
211 next_protos_ = new std::vector<std::string>;
213 next_protos_->clear();
225 next_protos_->push_back(SSLClientSocket::NextProtoToString(proto));
/external/chromium/net/http/
H A Dhttp_stream_factory.h212 delete next_protos_;
213 next_protos_ = new std::string(value);
215 static const std::string* next_protos() { return next_protos_; }
235 static const std::string* next_protos_; member in class:net::HttpStreamFactory
H A Dhttp_stream_factory.cc20 const std::string* HttpStreamFactory::next_protos_ = NULL; member in class:net::HttpStreamFactory

Completed in 69 milliseconds