OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_RESOLVER_CANONNAME
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/base/
address_family.h
23
HOST_RESOLVER_CANONNAME
= 1 << 0, // AI_CANONNAME
/external/chromium_org/net/dns/
host_cache_unittest.cc
223
HOST_RESOLVER_CANONNAME
);
345
HOST_RESOLVER_CANONNAME
),
350
HOST_RESOLVER_CANONNAME
),
356
HOST_RESOLVER_CANONNAME
),
358
HOST_RESOLVER_CANONNAME
),
host_resolver_proc.cc
182
if (host_resolver_flags &
HOST_RESOLVER_CANONNAME
)
mock_host_resolver.cc
165
if (info.host_resolver_flags() &
HOST_RESOLVER_CANONNAME
)
291
flags |=
HOST_RESOLVER_CANONNAME
;
host_resolver_impl.cc
[
all
...]
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_host_resolver_message_filter.cc
54
host_resolver_flags |= net::
HOST_RESOLVER_CANONNAME
;
/external/chromium_org/net/http/
http_auth_handler_negotiate.cc
288
info.set_host_resolver_flags(
HOST_RESOLVER_CANONNAME
);
Completed in 68 milliseconds