HomeSort by relevance Sort by last modified time
    Searched full:tlds (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 177 var tlds = [
185 // Check URLs which do not have locale-based TLDs first.
191 for (var j = 0; j < tlds.length; j++) {
192 var base = baseGoogleUrls[i] + tlds[j];
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.cc 132 // This means that things that look like TLDs - the foobar in
133 // http://google.foobar - count as TLDs.
135 // This means that effective TLDs like appspot.com count as TLDs;
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.h 54 function as though they were TLDs, allocating any number of more specific,
57 TLDs are ac.uk, co.uk, and so on. We wouldn't want to allow any site in
59 able to identify which higher-level domains function as effective TLDs and
62 The service obtains its information about effective TLDs from a text resource
99 (1) We require that all single-level TLDs (com, edu, etc.) be explicitly
101 TLDs too, but that might change.
109 Chrome one, making sure that single-level TLDs are explicitly listed, using
130 // uses as a data source splits all effective-TLDs into two groups. The main
effective_tld_names.dat 505 // list of other 2nd level tlds ?
512 // list of other 2nd level tlds ?
714 // list of other 2nd level tlds ?
1155 // list of other 2nd level tlds ?
    [all...]
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 9 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
20 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
131 f = urlopen('http://data.iana.org/TLD/tlds-alpha-by-domain.txt')
  /external/chromium_org/net/cert/
cert_verify_proc.cc 462 // the domains specified by |tlds|. The |tlds| array is terminated by an empty
465 const char tlds[][kMaxTLDLength]) {
483 for (size_t j = 0; tlds[j][0]; ++j) {
484 const size_t tld_length = strlen(tlds[j]);
485 // The DNS name must have "." + tlds[j] as a suffix.
492 if (memcmp(&suffix[1], tlds[j], tld_length) != 0)
506 // of fixed-length strings that contain the TLDs that the SPKI is allowed to
510 const char (*tlds)[kMaxTLDLength]; member in struct:net::PublicKeyTLDLimitation
566 if (!CheckNameConstraints(dns_names, kLimits[i].tlds))
    [all...]
x509_certificate.cc 563 // new TLDs/gTLDs not yet added to the registry controlled domain dataset)
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup.cc 23 // * Adds explicit rules for true TLDs found in any rule.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
faq.html 53 <li><a href="#faq-dev-16">Why do wildcard matches not work for top level domains (TLDs)?</a></li>
335 (TLDs)?</h3>
338 to match TLDs (like <code>http://google.es</code> and
345 Additionally, many sites do not own all of the TLDs for their
354 You should explicitly enumerate the TLDs that you wish to run
  /frameworks/base/core/java/android/util/
Patterns.java 29 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
76 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
UrlUtilities.java 167 * appspot.com) are considered "effective TLDs" -- all subdomains of appspot.com would be
  /external/chromium_org/chrome/browser/google/
google_util_unittest.cc 87 // Invalid TLDs.
214 // Test some good Google domains (valid TLDs).
234 // Test some bad Google domains (invalid TLDs).
  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 383 // TLDs are not allowed.
571 // TLDs are not allowed.
758 // TLDs are not allowed.
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate_unittest.cc 190 // Test the home page, different TLDs.
  /external/chromium_org/extensions/common/permissions/
permission_set.cc 286 // private TLDs, so that, e.g., *.appspot.com does not imply all hosts.
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 375 // With IDN and RTL TLDs, it might be okay to allow RTL rendering of URLs,
  /external/chromium_org/content/renderer/media/crypto/
key_systems_unittest.cc 365 // TLDs are not allowed.
  /external/dnsmasq/
setup.html 205 this facility for Verisign. If other TLDs do that same thing you can
CHANGELOG.archive     [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 505 # TLDs are likely to remain invalid, so this seems to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 505 # TLDs are likely to remain invalid, so this seems to
  /external/guava/guava/src/com/google/common/net/
TldPatterns.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 867 milliseconds