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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c310 static void addToX11InputMethodGRefList(jobject newX11InputMethodGRef) { argument
313 if (newX11InputMethodGRef == NULL ||
314 isX11InputMethodGRefInList(newX11InputMethodGRef)) {
323 newNode->inputMethodGRef = newX11InputMethodGRef;

Completed in 36 milliseconds