OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_host
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/url/
url_canon_host.cc
298
host_info->
out_host
= Component();
339
host_info->
out_host
= MakeRange(output_begin, output->length());
347
Component*
out_host
) {
350
*
out_host
= host_info.
out_host
;
357
Component*
out_host
) {
360
*
out_host
= host_info.
out_host
;
url_canon_ip.cc
237
host_info->
out_host
.begin = output->length();
239
host_info->
out_host
.len = output->length() - host_info->
out_host
.begin;
576
host_info->
out_host
.begin = output->length();
580
host_info->
out_host
.len = output->length() - host_info->
out_host
.begin;
url_canon.h
313
CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0),
out_host
() {}
341
Component
out_host
;
member in struct:url::CanonHostInfo
363
Component*
out_host
);
367
Component*
out_host
);
[
all
...]
url_canon_unittest.cc
558
host_info.
out_host
.begin);
559
EXPECT_EQ(host_cases[i].expected_component.len, host_info.
out_host
.len);
584
host_info.
out_host
.begin);
585
EXPECT_EQ(host_cases[i].expected_component.len, host_info.
out_host
.len);
[
all
...]
/external/chromium_org/net/base/
net_util.cc
216
if (host_info->
out_host
.is_nonempty() &&
220
DCHECK_EQ(host_info->
out_host
.len, static_cast<int>(canon_host.length()));
423
if (!ParseIPLiteralToNumber(hostname.substr(host_info.
out_host
.begin,
424
host_info.
out_host
.len),
Completed in 115 milliseconds