HomeSort by relevance Sort by last modified time
    Searched full:hostnames (Results 26 - 50 of 278) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/password_manager/
psl_matching_helper.h 39 // credentials across different hostnames. We know that accounts.google.com is
  /external/chromium_org/net/dns/
mapped_host_resolver.h 34 // or "~NOTFOUND". If it is "~NOTFOUND" then all matched hostnames will fail
dns_config_service_win.h 39 // entries (e.g., "chromium.org,,org") terminate the list. Non-ascii hostnames
dns_hosts.cc 70 // address doesn't parse, to avoid wasting time tokenizing hostnames that
host_cache.h 22 // Cache used by HostResolver to map hostnames to their resolved result.
  /external/chromium/net/proxy/
proxy_bypass_rules.h 87 // Adds a rule that bypasses all "local" hostnames.
99 // Match all hostnames that match the pattern HOSTNAME_PATTERN.
  /external/chromium_org/chrome/browser/net/
predictor_browsertest.cc 23 // Records a history of all hostnames for which resolving has been requested,
84 // A list of hostnames for which resolution has already been requested. Only
  /external/chromium_org/chrome/renderer/net/
renderer_net_predictor.cc 21 // The number of hostnames submitted to Browser DNS resolver per call to
102 // Pull some hostnames from the queue, and add them to our map.
  /external/chromium_org/net/proxy/
proxy_bypass_rules.h 87 // Adds a rule that bypasses all "local" hostnames.
99 // Match all hostnames that match the pattern HOSTNAME_PATTERN.
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java 42 * Quick and dirty pattern to differentiate IP addresses from hostnames. This
49 * hostnames; they will be verified as IP addresses (which is a more strict
  /external/chromium/chrome/browser/net/
predictor_api.cc 161 void DnsPrefetchList(const NameList& hostnames) {
165 for (NameList::const_iterator it = hostnames.begin();
166 it < hostnames.end();
405 // Gather the list of hostnames to prefetch on startup.
438 // Prefetch these hostnames on startup.
452 // Functions to handle saving of hostnames from one session to the next, to
508 // This may catch secondary hostnames, pulled in by the homepages. It will
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 320 String hostNames[] =
331 for (int i = 0; i < hostNames.length; i++) {
333 HostNameParser hnp = new HostNameParser(hostNames[i]);
  /external/chromium/chrome/browser/resources/net_internals/
proxyview.js 11 * - Shows the list of proxy hostnames that are cached as "bad".
  /external/chromium/net/base/
host_cache.h 21 // Cache used by HostResolver to map hostnames to their resolved result.
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_apitest.cc 97 // Test that connect() is properly resolving hostnames.
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_apitest.cc 99 // Test that sendTo() is properly resolving hostnames.
  /external/chromium_org/chrome/browser/net/spdyproxy/
proxy_advisor.h 51 // preconnect or pre-resolve hostnames prior to the browser sending actual
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_search_provider.cc 90 // Don't send anything for https except the hostname. Hostnames are OK
  /external/chromium_org/chrome/common/extensions/
manifest_url_handler.h 59 // A map of chrome:// hostnames (newtab, downloads, etc.) to Extension URLs
  /external/chromium_org/content/child/
site_isolation_policy_browsertest.cc 31 // This allows us to use "real" hostnames in URLs, which we can use to
  /external/chromium_org/content/public/browser/
host_zoom_map.h 22 // Maps hostnames to custom zoom levels. Written on the UI thread and read on
  /external/chromium_org/net/url_request/
url_request_filter_unittest.cc 107 // Check we don't match other hostnames.
  /external/chromium_org/url/
url_canon_ip.h 28 // common non-IP hostnames.)
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 94 const std::vector<std::string>& hostnames) {
95 chrome_browser_net::DnsPrefetchList(hostnames);
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 238 // long hostnames (longer than one line) will still be completely shown.
247 // long hostnames (longer than one line) will still be completely shown.

Completed in 289 milliseconds

12 3 4 5 6 7 8 91011>>