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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DSecurityWarningWindow.java32 public void reposition(int x, int y, int w, int h); method in interface:SecurityWarningWindow
H A DLWWindowPeer.java566 warningWindow.reposition(x, y, width, height);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java116 public void reposition(int x, int y, int w, int h) { method in class:CWarningWindow
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWarningWindow.java200 public void reposition(int x, int y, int w, int h) { method in class:XWarningWindow
H A DXWindowPeer.java1106 warningWindow.reposition(x, y, width, height);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java180 //if skipping fails reposition the stack or fallback to normal way of processing
181 fElementStack.reposition();
H A DXMLDocumentFragmentScannerImpl.java1266 //if skipping fails reposition the stack or fallback to normal way of processing
1267 fElementStack.reposition();
2401 //reposition the stack -- it seems to be too complex document and there is no symmerty in structure
2402 reposition();
2477 * Transfer all the opened tags starting from depth '2' to the current depth and reposition them
2480 public void reposition(){ method in class:XMLDocumentFragmentScannerImpl.ElementStack

Completed in 60 milliseconds