HomeSort by relevance Sort by last modified time
    Searched refs:mainBundle (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/platform/mac/
RuntimeApplicationChecks.mm 34 static const bool isAppleMail = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.apple.mail"];
40 static const bool isSafari = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.apple.Safari"];
46 static bool isMicrosoftMessenger = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.microsoft.Messenger"];
52 static bool isAdobeInstaller = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
  /external/webkit/WebKit/mac/Misc/
WebLocalizableStrings.mm 38 // This function is not thread-safe due at least to its unguarded use of the mainBundle static variable
46 static NSBundle *mainBundle;
47 if (mainBundle == nil) {
48 mainBundle = [NSBundle mainBundle];
49 ASSERT(mainBundle);
50 CFRetain(mainBundle);
52 bundle = mainBundle;
  /external/webkit/WebKitTools/WebKitLauncher/
main.m 68 return [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"start.html"];
73 return [[[[NSBundle mainBundle] infoDictionary] valueForKey:(NSString *)kCFBundleVersionKey] intValue];
199 NSString *frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:systemVersion];
206 frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:fallbackSystemVersion];
215 NSString *pathToEnablerLib = [[NSBundle mainBundle] pathForResource:@"WebKitNightlyEnabler" ofType:@"dylib"];
233 pathToEnablerLib, @"DYLD_INSERT_LIBRARIES", [[NSBundle mainBundle] executablePath], @"WebKitAppPath", nil] mutableCopy] autorelease];
WebKitNightlyEnablerSparkle.m 120 NSBundle *safariBundle = [NSBundle mainBundle];
  /external/webkit/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 60 && [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
WebResource.mm 445 static BOOL isOldMail = applicationIsAppleMail() && [[[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey] doubleValue] < newMailBundleVersion;
WebPreferences.mm 117 const char* bundleID = [[[NSBundle mainBundle] bundleIdentifier] UTF8String];
    [all...]
WebView.mm 532 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
    [all...]
WebFrame.mm     [all...]