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

/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.h30 BOOL fHandlesDocumentTypes; variable
H A DQueuingApplicationDelegate.m74 fHandlesDocumentTypes = [bundle objectForInfoDictionaryKey:@"CFBundleDocumentTypes"] != nil || [bundle _hasEAWTOverride:@"DocumentHandler"];
133 if (!fHandlesDocumentTypes) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.h43 BOOL fHandlesDocumentTypes; variable
H A DApplicationDelegate.m210 fHandlesDocumentTypes = [bundle objectForInfoDictionaryKey:@"CFBundleDocumentTypes"] != nil || [bundle _hasEAWTOverride:@"DocumentHandler"];
300 if (!fHandlesDocumentTypes) {
327 if (!fHandlesDocumentTypes) return NSPrintingCancelled;

Completed in 24 milliseconds