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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelectionListener.java39 public void ownerChanged(int screen, XMSelection sel, long newOwner, long data, long timestamp); argument
H A DXAWTXSettings.java73 public void ownerChanged(int screen, XMSelection sel, long newOwner, long data, long timestamp) { argument
74 if (log.isLoggable(PlatformLogger.FINE)) log.fine("New Owner "+ newOwner + " for selection = " + sel + " screen " +screen );
H A DXSystemTrayPeer.java64 public void ownerChanged(int screen, XMSelection sel, long newOwner, long data, long timestamp) { argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCClipboard.java111 public native void declareTypes(long[] formats, SunClipboard newOwner); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java186 Type newOwner = p.getOwnerType();
187 if (newOwner != null) {
188 newOwner = visit(newOwner, args);
190 different |= p.getOwnerType() != newOwner;
196 return new ParameterizedTypeImpl((Class<?>) p.getRawType(), params, newOwner);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWClipboard.java116 * Call the Win32 OpenClipboard function. If newOwner is non-null,
121 public native void openClipboard(SunClipboard newOwner) throws IllegalStateException; argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Clipboard.cpp152 jobject newOwner)
163 if (newOwner != NULL) {
168 AwtClipboard::theCurrentClipboard = env->NewGlobalRef(newOwner);
151 Java_sun_awt_windows_WClipboard_openClipboard(JNIEnv *env, jobject self, jobject newOwner) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java130 public Scope dup(Symbol newOwner) { argument
131 Scope result = new Scope(this, newOwner, this.table, this.nelems);
133 // System.out.println("====> duping scope " + this.hashCode() + " owned by " + newOwner + " to " + result.hashCode());
716 public Scope dup(Symbol newOwner) { argument
H A DSymbol.java130 public Symbol clone(Symbol newOwner) { argument
928 public VarSymbol clone(Symbol newOwner) { argument
929 VarSymbol v = new VarSymbol(flags_field, name, type, newOwner);
933 // System.out.println("clone " + v + " in " + newOwner);//DEBUG
1055 public MethodSymbol clone(Symbol newOwner) { argument
1056 MethodSymbol m = new MethodSymbol(flags_field, name, type, newOwner);
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DSunClipboard.java254 public void openClipboard(SunClipboard newOwner) {} argument

Completed in 61 milliseconds