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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c53 Boolean awt_ModLockIsShiftLock = False; variable
112 awt_ModLockIsShiftLock = (*env)->GetStaticIntField(env, clazz, fid) != 0 ? True : False;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c175 Boolean awt_ModLockIsShiftLock = False; variable
460 awt_ModLockIsShiftLock = True;

Completed in 42 milliseconds