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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTView.h48 BOOL fProcessingKeystroke; variable
H A DAWTView.m78 fProcessingKeystroke = NO;
274 fProcessingKeystroke = YES;
281 fProcessingKeystroke = NO;
296 fProcessingKeystroke = NO;
869 if ([self hasMarkedText] || !fProcessingKeystroke || (utf8Length > 1)) {

Completed in 32 milliseconds