Searched refs:isCachingSupported (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowPropertyGetter.java90 if (isCachingSupported() && isCached()) {
109 if (isCachingSupported() && status == XConstants.Success && getData() != 0 && isCacheableProperty(property)) {
185 static boolean isCachingSupported() { method in class:WindowPropertyGetter
186 return XPropertyCache.isCachingSupported();
H A DXPropertyCache.java118 public static boolean isCachingSupported() { method in class:XPropertyCache
H A DXBaseWindow.java438 if (XPropertyCache.isCachingSupported()) {
970 if (XPropertyCache.isCachingSupported()) {
982 if (XPropertyCache.isCachingSupported()) {
H A DXlibWrapper.java323 if (XPropertyCache.isCachingSupported() &&

Completed in 59 milliseconds