/external/webkit/Source/WebCore/platform/ |
D | RuntimeApplicationChecks.cpp | 45 CFStringRef bundleIdentifier = CFBundleGetIdentifier(mainBundle); in mainBundleIsEqualTo() local 46 if (!bundleIdentifier) in mainBundleIsEqualTo() 50 … return CFStringCompare(bundleIdentifier, bundleIdentifierToCompare.get(), 0) == kCFCompareEqualTo; in mainBundleIsEqualTo()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDocumentLoaderMac.mm | 51 …NSString *bundleIdentifier = [[NSBundle bundleForClass:[frameLoadDelegate class]] bundleIdentifier… 53 if ([bundleIdentifier isEqualToString:@"com.apple.AppKit"]) 55 if ([bundleIdentifier isEqualToString:@"com.adobe.Installers.Setup"]) 60 … && [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
|
D | WebPreferences.mm | 120 const char* bundleID = [[[NSBundle mainBundle] bundleIdentifier] UTF8String]; 149 const char* bundleID = [[bundle bundleIdentifier] UTF8String];
|
D | WebView.mm | 575 NSString *appName = [[NSBundle mainBundle] bundleIdentifier]; 3102 NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier]; 3105 if ([bundleIdentifier _webkit_isCaseInsensitiveEqualToString:@"com.apple.installer"]) category 3109 if ([bundleIdentifier _webkit_isCaseInsensitiveEqualToString:@"com.apple.Automator"]) category 3113 if ([bundleIdentifier _webkit_isCaseInsensitiveEqualToString:@"com.apple.AutomatorRunner"]) category 3117 if ([bundleIdentifier _webkit_hasCaseInsensitivePrefix:@"com.apple.Automator."]) category 3122 if ([bundleIdentifier _webkit_isCaseInsensitiveEqualToString:@"com.apple.Mail"]) category 5032 …IT_FIRST_VERSION_WITHOUT_APERTURE_QUIRK) && [[[NSBundle mainBundle] bundleIdentifier] isEqualToStr…
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginHostManager.h | 47 …ring& pluginPath, cpu_type_t pluginArchitecture, const WTF::String& bundleIdentifier, WebHostedNet… 56 …const WTF::String& pluginPath, cpu_type_t pluginArchitecture, const WTF::String& bundleIdentifier);
|
D | NetscapePluginHostManager.mm | 70 …lugin(const WTF::String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier) 94 …bool shouldCacheMissingPropertiesAndMethods = bundleIdentifier != "com.macromedia.Flash Player.plu… 214 …st String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNet… 216 …tscapePluginHostProxy* hostProxy = hostForPlugin(pluginPath, pluginArchitecture, bundleIdentifier); 255 hostProxy = hostForPlugin(pluginPath, pluginArchitecture, bundleIdentifier);
|
D | WebHostedNetscapePluginView.mm | 115 …_pluginPackage.get() pluginHostArchitecture], [_pluginPackage.get() bundleIdentifier], self, _MIME…
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebBasePluginPackage.mm | 343 const String& bundleIdentifier = [self bundleIdentifier]; 344 …return bundleIdentifier == QuickTimeCocoaPluginIdentifier || bundleIdentifier == QuickTimeCocoaPlu… 349 const String& bundleIdentifier = [self bundleIdentifier]; 350 …return bundleIdentifier == JavaCocoaPluginIdentifier || bundleIdentifier == JavaCarbonPluginIdenti… 458 - (WTF::String)bundleIdentifier
|
D | WebBasePluginPackage.h | 80 - (WTF::String)bundleIdentifier;
|
D | WebPluginDatabase.mm | 87 …if ([*currentPlugin bundleIdentifier] == [*candidatePlugin bundleIdentifier] && [*candidatePlugin …
|
D | WebNetscapePluginPackage.mm | 329 if ([self bundleIdentifier] == "com.lizardtech.NPDjVu") { 698 if ([self bundleIdentifier] != "com.macromedia.Flash Player.plugin")
|
D | WebBaseNetscapePluginView.mm | 148 if ([[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.apple.dashboard.client"] && 149 [_pluginPackage.get() bundleIdentifier] == "com.apple.QuickTime Plugin.plugin") {
|
D | WebNetscapePluginView.mm | 1245 BOOL isWMP = [_pluginPackage.get() bundleIdentifier] == "com.microsoft.WMP.defaultplugin"; 2389 _isFlash = [_pluginPackage.get() bundleIdentifier] == "com.macromedia.Flash Player.plugin"; 2390 _isSilverlight = [_pluginPackage.get() bundleIdentifier] == "com.microsoft.SilverlightPlugin";
|
/external/chromium/chrome/browser/ |
D | shell_integration_mac.mm | 19 NSString* identifier = [[NSBundle mainBundle] bundleIdentifier]; 47 NSString* myIdentifier = [[NSBundle mainBundle] bundleIdentifier];
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.h | 60 + (NSString *)_webkit_localCacheDirectoryWithBundleIdentifier:(NSString*)bundleIdentifier;
|
D | WebKitNSStringExtras.mm | 323 + (NSString *)_webkit_localCacheDirectoryWithBundleIdentifier:(NSString*)bundleIdentifier 340 return [cacheDir stringByAppendingPathComponent:bundleIdentifier];
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | PluginInfoStore.h | 55 String bundleIdentifier; member
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
D | PluginInfoStoreMac.mm | 85 if (loadedPlugin.bundleIdentifier == plugin.bundleIdentifier)
|
D | PluginProcessProxyMac.mm | 56 if (pluginInfo.bundleIdentifier == "com.apple.QuickTime Plugin.plugin")
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebContextMac.mm | 49 NSString *appName = [[NSBundle mainBundle] bundleIdentifier]; 103 parameters.uiProcessBundleIdentifier = String([[NSBundle mainBundle] bundleIdentifier]);
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/ |
D | NetscapePluginModuleMac.mm | 339 plugin.bundleIdentifier = CFBundleGetIdentifier(bundle.get()); 359 if (plugin.bundleIdentifier == "com.macromedia.Flash Player.plugin") { 367 if (plugin.bundleIdentifier == "com.microsoft.SilverlightPlugin") { 374 if (plugin.bundleIdentifier == "com.apple.ist.ds.appleconnect.webplugin") {
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebMemorySampler.mac.mm | 100 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
|
/external/webkit/Source/WebKit/mac/History/ |
D | WebBackForwardList.mm | 214 …static bool hackNeeded = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.freeverse…
|
/external/webkit/Tools/WebKitLauncher/ |
D | main.m | 146 if ([[possibleSafariBundle bundleIdentifier] isEqualToString:@"com.apple.Safari"])
|
/external/chromium/chrome/common/ |
D | service_process_util_mac.mm | 42 base::mac::NSToCFCast([bundle bundleIdentifier]));
|