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

/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.h31 BOOL fHandlesURLTypes; variable
H A DQueuingApplicationDelegate.m75 fHandlesURLTypes = [bundle objectForInfoDictionaryKey:@"CFBundleURLTypes"] != nil || [bundle _hasEAWTOverride:@"URLHandler"];
76 if (fHandlesURLTypes) {
96 if (fHandlesURLTypes) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.h44 BOOL fHandlesURLTypes; variable
H A DApplicationDelegate.m211 fHandlesURLTypes = [bundle objectForInfoDictionaryKey:@"CFBundleURLTypes"] != nil || [bundle _hasEAWTOverride:@"URLHandler"];
212 if (fHandlesURLTypes) {
267 if (!fHandlesURLTypes) return;

Completed in 59 milliseconds