OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostForURL
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
host_port_pair.cc
31
return base::StringPrintf("%s:%u",
HostForURL
().c_str(), port_);
34
std::string HostPortPair::
HostForURL
() const {
/external/chromium_org/net/base/
host_port_pair.cc
46
return base::StringPrintf("%s:%u",
HostForURL
().c_str(), port_);
49
std::string HostPortPair::
HostForURL
() const {
Completed in 260 milliseconds