Searched defs:child1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNonfocusableOwnerTest.java112 void test2(Window owner, Window child1, Window child2) { argument
118 child1.setFocusableWindowState(true);
119 child1.setVisible(true);
131 child1.dispose();
135 void test3(Window owner, Window child1, Window child2) { argument
141 child1.setFocusableWindowState(false);
142 child1.setVisible(true);
155 child1.dispose();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java343 * Figure out if child2 is after child1 in document order.
351 * @param parent Must be the parent of both child1 and child2.
352 * @param child1 Must be the child of parent and not equal to child2.
353 * @param child2 Must be the child of parent and not equal to child1.
354 * @return true if child 2 is after child1 in document order.
356 private static boolean isNodeAfterSibling(Node parent, Node child1, argument
361 short child1type = child1.getNodeType();
389 if (child1 == child || isNodeTheSame(child1, child))
433 if (child1
[all...]

Completed in 39 milliseconds