OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alternate_protocol_str
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_stream_factory.cc
40
const std::string&
alternate_protocol_str
= alternate_protocol_values[i];
local
41
if (StartsWithASCII(
alternate_protocol_str
, "p=", true)) {
42
if (!base::StringToDouble(
alternate_protocol_str
.substr(2),
54
base::SplitString(
alternate_protocol_str
, ':', &port_protocol_vector);
58
<<
alternate_protocol_str
;
local
http_network_transaction.cc
82
std::string
alternate_protocol_str
;
local
84
&
alternate_protocol_str
)) {
85
alternate_protocol_values.push_back(
alternate_protocol_str
);
[
all
...]
Completed in 887 milliseconds