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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibUtil.java261 int childrenCount = xqt.get_nchildren();
263 Set<Long> childrenSet = new HashSet<Long>(childrenCount);
264 for (int i = 0; i < childrenCount; i++)

Completed in 46 milliseconds