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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt.h163 extern Boolean awt_ModLockIsShiftLock; /* XToolkit.c */
H A Dawt_MToolkit.c175 Boolean awt_ModLockIsShiftLock = False; variable
460 awt_ModLockIsShiftLock = True;
/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;
H A DXWindow.c848 (awt_ModLockIsShiftLock)) ) { // it is interpreted as ShiftLock

Completed in 350 milliseconds