Searched refs:cfBundle (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginPackage.mm | 110 return CFBundleOpenBundleResourceMap(cfBundle.get()); 122 CFBundleCloseBundleResourceMap(cfBundle.get(), resRef); 211 if (cfBundle) { 213 CFBundleGetPackageInfo(cfBundle.get(), &type, NULL); 233 if (cfBundle) { 234 RetainPtr<CFURLRef> executableURL(AdoptCF, CFBundleCopyExecutableURL(cfBundle.get())); 252 RetainPtr<CFArrayRef> archs(AdoptCF, CFBundleCopyExecutableArchitectures(cfBundle.get())); 326 if (!cfBundle) 366 if (!CFBundleLoadExecutable(cfBundle.get())) 377 … pluginMainFunc = (MainFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("main") ); [all …]
|
D | WebBasePluginPackage.mm | 130 cfBundle.adoptCF(CFBundleCreate(kCFAllocatorDefault, (CFURLRef)[NSURL fileURLWithPath:path])); 134 if (!cfBundle) { 174 CFDictionaryRef bundleInfoDictionary = CFBundleGetInfoDictionary(cfBundle.get()); 183 if (!cfBundle) 267 if (cfBundle && !BP_CreatePluginMIMETypesPreferences) 268 …eatePluginMIMETypesPreferencesFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("BP_… 438 return CFBundleGetVersionNumber(cfBundle.get()); 460 return CFBundleGetIdentifier(cfBundle.get());
|
D | WebBasePluginPackage.h | 63 RetainPtr<CFBundleRef> cfBundle; variable
|
D | WebPluginPackage.mm | 57 CFBundleGetPackageInfo(cfBundle.get(), &type, NULL);
|