Searched defs:useCache (Results 26 - 28 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java588 public void finishPainting(boolean useCache) { argument
603 if (useCache) {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java658 * @param useCache whether the cached connection should be used
661 protected void setNewClient (URL url, boolean useCache) argument
663 http = HttpClient.New(url, null, -1, useCache, connectTimeout, this);
690 * @param useCache whether the cached connection should be used
695 boolean useCache)
697 proxiedConnect(url, proxyHost, proxyPort, useCache);
702 boolean useCache)
704 http = HttpClient.New (url, proxyHost, proxyPort, useCache,
1001 int connectTimeout, boolean useCache)
1003 return HttpClient.New(url, p, connectTimeout, useCache, thi
693 setProxiedClient(URL url, String proxyHost, int proxyPort, boolean useCache) argument
700 proxiedConnect(URL url, String proxyHost, int proxyPort, boolean useCache) argument
1000 getNewHttpClient(URL url, Proxy p, int connectTimeout, boolean useCache) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp706 jobject AwtComponent::FindHeavyweightUnderCursor(BOOL useCache) { argument
716 if (useCache) {

Completed in 57 milliseconds

12