OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_protos_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/http/
http_stream_factory.h
212
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
http_stream_factory.cc
20
const std::string* HttpStreamFactory::
next_protos_
= NULL;
member in class:net::HttpStreamFactory
/external/chromium_org/net/http/
http_stream_factory.h
235
delete
next_protos_
;
236
next_protos_
= NULL;
292
static bool has_next_protos() { return
next_protos_
!= NULL; }
294
return *
next_protos_
;
306
static std::vector<std::string>*
next_protos_
;
member in class:net::HttpStreamFactory
http_stream_factory.cc
20
std::vector<std::string>* HttpStreamFactory::
next_protos_
= NULL;
member in class:net::HttpStreamFactory
61
delete
next_protos_
;
63
next_protos_
= NULL;
229
if (!
next_protos_
)
230
next_protos_
= new std::vector<std::string>;
232
next_protos_
->clear();
243
next_protos_
->push_back(SSLClientSocket::NextProtoToString(proto));
Completed in 107 milliseconds