OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_address_str
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/browser/api/socket/
socket.cc
105
bool Socket::StringAndPortToIPEndPoint(const std::string&
ip_address_str
,
110
if (!net::ParseIPLiteralToNumber(
ip_address_str
, &ip_number))
117
bool Socket::StringAndPortToAddressList(const std::string&
ip_address_str
,
122
if (!net::ParseIPLiteralToNumber(
ip_address_str
, &ip_number))
130
std::string*
ip_address_str
,
132
DCHECK(
ip_address_str
);
134
*
ip_address_str
= address.ToStringWithoutPort();
135
if (
ip_address_str
->empty()) {
socket.h
99
static bool StringAndPortToAddressList(const std::string&
ip_address_str
,
102
static bool StringAndPortToIPEndPoint(const std::string&
ip_address_str
,
106
std::string*
ip_address_str
,
/external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.cc
285
const std::string&
ip_address_str
= path.substr(2, colon - 2);
local
287
VLOG(2) << "IP: " <<
ip_address_str
<< " Port: " << port_str;
291
connect_info->ip_address =
ip_address_str
;
Completed in 493 milliseconds