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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowPropertyGetter.java186 return XPropertyCache.isCachingSupported();
197 return XPropertyCache.isCached(window, property);
206 XPropertyCache.PropertyCacheEntry entry = XPropertyCache.getCacheEntry(window, property);
215 XPropertyCache.storeCache(
216 new XPropertyCache.PropertyCacheEntry(getActualFormat(),
H A DXPropertyCache.java40 public class XPropertyCache { class
H A DXlibWrapper.java323 if (XPropertyCache.isCachingSupported() &&
329 XPropertyCache.storeCache(
330 new XPropertyCache.PropertyCacheEntry(format,
H A DXBaseWindow.java422 if (XPropertyCache.isCachingSupported()) {
423 XPropertyCache.clearCache(window);
935 if (XPropertyCache.isCachingSupported()) {
936 XPropertyCache.clearCache(window, XAtom.get(msg.get_atom()));
947 if (XPropertyCache.isCachingSupported()) {
948 XPropertyCache.clearCache(getWindow());

Completed in 376 milliseconds