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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXProtocol.java70 long checkAnchorImpl(XAtom anchorProp, long anchorType) { argument
76 anchorType);
83 self_xref = anchorProp.get32Property(root_xref, anchorType);
89 public long checkAnchor(XAtom anchorProp, long anchorType) { argument
94 long res = checkAnchorImpl(anchorProp, anchorType);
98 public long checkAnchor(XAtom anchorProp, XAtom anchorType) { argument
99 return checkAnchor(anchorProp, anchorType.getAtom());

Completed in 28 milliseconds