HomeSort by relevance Sort by last modified time
    Searched full:objectforinfodictionarykey (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
file_version_info_mac.mm 116 NSString* value = [bundle_ objectForInfoDictionaryKey:
  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.mm 144 MIMETypes = [bundle objectForInfoDictionaryKey:WebPluginMIMETypesKey];
184 NSString *theName = [bundle objectForInfoDictionaryKey:WebPluginNameKey];
189 description = [bundle objectForInfoDictionaryKey:WebPluginDescriptionKey];
232 NSString *pListFilename = [bundle objectForInfoDictionaryKey:WebPluginMIMETypesFilenameKey];
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnabler.m 233 NSLog(@"WebKit %@ initialized.", [webKitLauncherBundle() objectForInfoDictionaryKey:@"CFBundleShortVersionString"]);