HomeSort by relevance Sort by last modified time
    Searched full:subdomain (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/mdnsresponder/mDNSShared/
dnsextd.conf 26 // zone "my-dynamic-subdomain.company.com."
35 // zone "my-dynamic-subdomain.company.com." in
38 // file "db.my-dynamic-subdomain.company.com";
39 // update-policy { grant * wildcard *.my-dynamic-subdomain.company.com.; };
58 zone "my-dynamic-subdomain.company.com." {
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_unittest.cc 128 // Page on a subdomain.
132 // Root domain when only a subdomain is verified.
136 // Different subdomain when only a subdomain is verified.
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 112 * a subdomain of 'b' (because of the need for the '.' label
150 * is "a" a subdomain of "b"?
  /external/chromium/chrome/common/extensions/
url_pattern.h 61 // appear to only need subdomain
72 // subdomain matching. We can pick up at least another 10% by supporting
73 // subdomain matching. It is probably possible to coerce more of the existing
url_pattern.cc 264 // We don't do subdomain matching against IP addresses, so we can give up now
269 // Check if the test host is a subdomain of our host.
url_pattern_unittest.cc 162 // subdomain matching with ip addresses
173 // Subdomain matching is never done if the argument has an IP address host.
  /external/chromium_org/net/http/
transport_security_state.h 204 // If |host| matches both an exact entry and is a subdomain of another
240 // If |host| matches both an exact entry and is a subdomain of another
295 // If |host| matches both an exact entry and is a subdomain of another
311 // If |host| matches both an exact entry and is a subdomain of another
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntry.cpp 80 // Don't try to do subdomain matching on IP addresses (except for testing).
  /external/chromium/chrome/browser/content_settings/
content_settings_base_provider.cc 83 // 3. Shorten the url subdomain by subdomain and try to find a pattern in
  /external/smack/src/org/xbill/DNS/
Name.java 436 * If this name is a subdomain of origin, return a new name relative to
443 if (origin == null || !subdomain(origin))
486 if (!subdomain(dnameowner))
551 * Is the current Name a subdomain of the specified name?
554 subdomain(Name domain) { method in class:Name
Zone.java 123 if (name.subdomain(origin))
340 if (!name.subdomain(origin))
Cache.java 647 } else if (type == Type.DNAME && curname.subdomain(name)) {
667 curname.subdomain(auth[i].getName()))
670 curname.subdomain(auth[i].getName()))
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc 245 // The trimmed host needs to have a dot separating the subdomain from the
246 // matched pattern piece, unless there is no subdomain.
managed_mode_url_filter.h 64 // - If the pattern starts with "*.", it matches the host or any subdomain
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 179 // Now check whether the domain argument is a subdomain of the filter domain.
extension_cookies_helpers.h 105 // domain. Any cookie domain which is equal to or is a subdomain of the
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h 111 // domain. Any cookie domain which is equal to or is a subdomain of the
cookies_helpers.cc 197 // Now check whether the domain argument is a subdomain of the filter domain.
  /external/chromium_org/chrome/common/extensions/permissions/
permission_message_util.cc 111 // Add the subdomain wildcard back to the host, if necessary.
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor.cc 41 // partial hostnames (e.g. "www.subdomain").
  /external/chromium_org/components/autofill/core/browser/
validation_unittest.cc 83 "user@subdomain.example.com",
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data_unittest.cc 133 public_suffix_match.original_signon_realm = "https://subdomain.foo.com/";
  /external/chromium_org/third_party/WebKit/Source/platform/
URLPatternMatcher.cpp 125 // Check if the domain is a subdomain of our host.
  /external/chromium_org/ui/gfx/
text_elider.cc 127 // Takes a prefix (Domain, or Domain+subdomain) and a collection of path
305 // Third Pass: Subdomain, domain and entire path fits.
361 // Check with both subdomain and domain.
370 // If a subdomain is present, add an ellipsis before domain.
371 // This is added only if the subdomain pixel width is larger than
372 // the pixel width of kEllipsis. Otherwise, subdomain remains,
    [all...]
  /external/chromium_org/extensions/common/
url_pattern.cc 389 // We don't do subdomain matching against IP addresses, so we can give up now
394 // Check if the test host is a subdomain of our host.

Completed in 3837 milliseconds

1 2 3