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

1 2 3 4 5 6 7

  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/cf/
WebResourceCacheManagerCFNet.cpp 43 static inline void WKCFURLCacheDeleteHostNamesInPersistentStore(CFArrayRef hostNames) { return wkCFURLCacheDeleteHostNamesInPersistentStore(hostNames); }
51 void WebResourceCacheManager::clearCFURLCacheForHostNames(CFArrayRef hostNames)
53 WKCFURLCacheDeleteHostNamesInPersistentStore(hostNames);
  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.cpp 92 Vector<RefPtr<APIObject> > hostnames(hostnameCount);
95 hostnames[i] = WebString::create(hostnameList[i]);
97 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get());
WebMediaCacheManagerProxy.cpp 84 Vector<RefPtr<APIObject> > hostnames(hostnameCount);
87 hostnames[i] = WebString::create(hostnameList[i]);
89 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get());
WebCookieManagerProxy.messages.in 24 DidGetHostnamesWithCookies(Vector<WTF::String> hostnames, uint64_t callbackID);
WebMediaCacheManagerProxy.messages.in 24 DidGetHostnamesWithMediaCache(Vector<WTF::String> hostnames, uint64_t callbackID);
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 59 HashSet<String> hostnames; local
61 WebCore::getHostnamesWithCookies(hostnames);
64 copyToVector(hostnames, hostnameList);
  /external/chromium/net/url_request/
url_request_filter.h 76 // Maps hostnames to factories. Hostnames take priority over URLs.
  /external/chromium/chrome/common/net/
predictor_common.h 22 // The hostnames should never be empty strings.
  /external/dnsmasq/contrib/port-forward/
portforward 2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 93 * @param hostnames a list of hostname patterns - at least one most be specified. Check out the
99 public void addHostkey(String hostnames[], String serverHostKeyAlgorithm, byte[] serverHostKey) throws IOException
101 if (hostnames == null)
103 throw new IllegalArgumentException("hostnames may not be null");
112 publicKeys.add(new KnownHostsEntry(hostnames, rpk));
121 publicKeys.add(new KnownHostsEntry(hostnames, dpk));
154 * with hashed hostnames to a known_hosts file. (see -H option of OpenSSH key-gen).
442 String[] hostnames = arr[0].split(","); local
448 addHostkey(hostnames, arr[1], msg);
741 * @param hostnames a list of hostname patterns - at least one most be specified. Check out th
    [all...]
  /external/chromium/chrome/browser/
intranet_redirect_detector.h 23 // that redirects requests for intranet hostnames to another site, and if so,
58 // hostnames.
  /external/chromium/net/http/
http_auth_filter.h 43 // Adds a rule that bypasses all "local" hostnames.
  /external/webkit/Source/WebCore/platform/
CookieJar.h 49 void getHostnamesWithCookies(HashSet<String>& hostnames);
  /external/webkit/Source/WebCore/platform/efl/
CookieJarEfl.cpp 55 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/android/
CookieJarAndroid.cpp 55 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/curl/
CookieJarCurl.cpp 71 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ether.h 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ether.h 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ether.h 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames.
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.h 45 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
  /external/webkit/Source/WebCore/platform/haiku/
CookieJarHaiku.cpp 78 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/chromium/
CookieJarChromium.cpp 70 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp 125 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp 89 void getHostnamesWithCookies(HashSet<String>& hostnames)

Completed in 1107 milliseconds

1 2 3 4 5 6 7