OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProtocolStrings
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
http_alternate_protocols.cc
14
const char* const HttpAlternateProtocols::
kProtocolStrings
[] = {
24
return HttpAlternateProtocols::
kProtocolStrings
[protocol];
http_alternate_protocols.h
46
static const char* const
kProtocolStrings
[NUM_ALTERNATE_PROTOCOLS];
http_stream_factory.cc
62
if (port_protocol_vector[1] == HttpAlternateProtocols::
kProtocolStrings
[i])
Completed in 30 milliseconds