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

/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java901 if (focusOwner != null && isParentOf(focusOwner) && !focusOwner.canBeFocusOwnerRecursively()) {
2619 return this == comp || (allowChildren && isParentOf(comp));
3254 return isParentOf(focusOwner);
3263 private boolean isParentOf(Component comp) { method in class:Container
3280 reset = ((comp == this) || isParentOf(comp));
3285 if (isParentOf(storedComp) || storedComp == this) {
3302 if (cont == this || isParentOf(cont)) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java320 boolean isParentOf(XWindow win) { method in class:XWindow

Completed in 44 milliseconds