Searched refs:pluginBundle (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_compat.py1 __all__ = ['runtime', 'pluginBundle', 'registerPlugin']
46 return pluginBundle(pluginName)
48 def pluginBundle(pluginName): function
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_compat.py1 __all__ = ['runtime', 'pluginBundle', 'registerPlugin']
47 return pluginBundle(pluginName)
49 def pluginBundle(pluginName): function
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/mac/
H A DPluginProcessMac.mm437 RetainPtr<CFBundleRef> pluginBundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, pluginURL.get()));
438 if (!pluginBundle)
441 m_pluginBundleIdentifier = CFBundleGetIdentifier(pluginBundle.get());

Completed in 246 milliseconds