Searched refs:pluginPath (Results 1 - 25 of 27) sorted by path

12

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.c92 CFMutableStringRef pluginPath = NULL; // must release local
102 pluginPath = CFStringCreateMutable( kCFAllocatorDefault, 0 );
103 if ( pluginPath == NULL ) {
130 CFStringAppend(pluginPath, pluginName);
131 pluginURL = _CreateIfReachable(pluginPath);
143 CFStringReplaceAll(pluginPath, CFSTR(""));
144 CFStringAppendCString(pluginPath,
147 CFStringAppend(pluginPath, pluginName);
149 pluginPath,
166 CFStringReplaceAll(pluginPath, CFST
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.h47 PassRefPtr<NetscapePluginInstanceProxy> instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool hostLayersInWindowServer);
51 void createPropertyListFile(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier);
56 NetscapePluginHostProxy* hostForPlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier);
61 bool spawnPluginHost(const String& pluginPath, cpu_type_t pluginArchitecture, mach_port_t clientPort, mach_port_t& pluginHostPort, ProcessSerialNumber& pluginHostPSN);
H A DNetscapePluginHostManager.mm69 NetscapePluginHostProxy* NetscapePluginHostManager::hostForPlugin(const WTF::String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier)
71 PluginHostMap::AddResult result = m_pluginHosts.add(pluginPath, nullptr);
85 if (!spawnPluginHost(pluginPath, pluginArchitecture, clientPort, pluginHostPort, pluginHostPSN)) {
102 bool NetscapePluginHostManager::spawnPluginHost(const String& pluginPath, cpu_type_t pluginArchitecture, mach_port_t clientPort, mach_port_t& pluginHostPort, ProcessSerialNumber& pluginHostPSN)
150 [[(NSString*)pluginPath lastPathComponent] stringByDeletingPathExtension], [[NSProcessInfo processInfo] processName]];
154 (NSString *)pluginPath, @"bundlePath",
217 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool hostLayersInWindowServer)
219 NetscapePluginHostProxy* hostProxy = hostForPlugin(pluginPath, pluginArchitecture, bundleIdentifier);
259 hostProxy = hostForPlugin(pluginPath, pluginArchitecture, bundleIdentifier);
279 void NetscapePluginHostManager::createPropertyListFile(const String& pluginPath, cpu_type_
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebBasePluginPackage.h72 + (WebBasePluginPackage *)pluginWithPath:(NSString *)pluginPath;
73 - (id)initWithPath:(NSString *)pluginPath;
H A DWebBasePluginPackage.mm77 + (WebBasePluginPackage *)pluginWithPath:(NSString *)pluginPath
80 WebBasePluginPackage *pluginPackage = [[WebPluginPackage alloc] initWithPath:pluginPath];
84 pluginPackage = [[WebNetscapePluginPackage alloc] initWithPath:pluginPath];
134 - (id)initWithPath:(NSString *)pluginPath
139 path = pathByResolvingSymlinksAndAliases(pluginPath);
H A DWebNetscapePluginPackage.mm158 - (BOOL)_initWithPath:(NSString *)pluginPath
200 - (id)initWithPath:(NSString *)pluginPath
202 if (!(self = [super initWithPath:pluginPath]))
207 if (![self _initWithPath:pluginPath]) {
H A DWebPluginDatabase.mm436 NSString *pluginPath = [plugin path];
437 ASSERT(pluginPath);
438 [plugins setObject:plugin forKey:pluginPath];
459 NSString *pluginPath = [plugin path];
460 ASSERT(pluginPath);
462 [plugins removeObjectForKey:pluginPath];
485 NSString *pluginPath = [pluginDirectory stringByAppendingPathComponent:filename];
486 WebBasePluginPackage *pluginPackage = [plugins objectForKey:pluginPath];
488 pluginPackage = [WebBasePluginPackage pluginWithPath:pluginPath];
H A DWebPluginPackage.mm43 - (id)initWithPath:(NSString *)pluginPath
45 if (!(self = [super initWithPath:pluginPath]))
55 if (![[pluginPath pathExtension] _webkit_isCaseInsensitiveEqualToString:@"webplugin"]) {
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/EntryPoint/mac/LegacyProcess/
H A DPluginProcessMain.mm78 String pluginPath = m_commandLine["createPluginMIMETypesPreferences"];
79 if (!pluginPath.isEmpty()) {
83 if (!NetscapePluginModule::createPluginMIMETypesPreferences(pluginPath))
91 String pluginPath = m_commandLine["plugin-path"];
92 if (pluginPath.isEmpty())
94 extraInitializationData.add("plugin-path", pluginPath);
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/EntryPoint/mac/XPCService/
H A DPluginServiceEntryPoint.mm49 String pluginPath = xpc_dictionary_get_string(extraDataInitializationDataObject, "plugin-path");
50 if (pluginPath.isEmpty())
52 extraInitializationData.add("plugin-path", pluginPath);
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginProcess.h55 const String& pluginPath() const { return m_pluginPath; } function in class:WebKit::PluginProcess
/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DLegacyMessages-expected.h379 explicit GetPluginProcessConnection(const String& pluginPath) argument
380 : m_arguments(pluginPath)
H A DMessages-expected.h379 explicit GetPluginProcessConnection(const String& pluginPath) argument
380 : m_arguments(pluginPath)
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/
H A DNetscapePluginModule.cpp45 NetscapePluginModule::NetscapePluginModule(const String& pluginPath) argument
46 : m_pluginPath(pluginPath)
138 PassRefPtr<NetscapePluginModule> NetscapePluginModule::getOrCreate(const String& pluginPath) argument
144 if (pluginModule->m_pluginPath == pluginPath)
148 RefPtr<NetscapePluginModule> pluginModule(adoptRef(new NetscapePluginModule(pluginPath)));
H A DNetscapePluginModule.h48 static PassRefPtr<NetscapePluginModule> getOrCreate(const String& pluginPath);
56 static bool getPluginInfo(const String& pluginPath, PluginModuleInfo&);
69 static bool createPluginMIMETypesPreferences(const String& pluginPath);
73 static bool scanPlugin(const String& pluginPath);
79 explicit NetscapePluginModule(const String& pluginPath);
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm350 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
352 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, pluginPath.createCFString().get(), kCFURLPOSIXPathStyle, false));
369 plugin.path = pluginPath;
406 bool NetscapePluginModule::createPluginMIMETypesPreferences(const String& pluginPath)
408 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, pluginPath.createCFString().get(), kCFURLPOSIXPathStyle, false));
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/x11/
H A DNetscapePluginModuleX11.cpp159 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin) argument
162 if (!PluginProcessProxy::scanPlugin(pluginPath, metaData))
165 plugin.path = pluginPath;
166 plugin.info.file = pathGetFileName(pluginPath);
218 bool NetscapePluginModule::scanPlugin(const String& pluginPath) argument
228 RefPtr<NetscapePluginModule> pluginModule = NetscapePluginModule::getOrCreate(pluginPath);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/efl/
H A DProcessLauncherEfl.cpp40 static Vector<std::unique_ptr<char[]>> createArgsArray(const String& prefix, const String& executablePath, const String& socket, const String& pluginPath) argument
50 if (!pluginPath.isEmpty())
51 splitArgs.append(pluginPath);
76 String processCmdPrefix, executablePath, pluginPath; local
84 pluginPath = m_launchOptions.extraInitializationData.get("plugin-path");
101 auto args = createArgsArray(processCmdPrefix, executablePath, String::number(sockets[0]), pluginPath);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp62 String executablePath, pluginPath; local
72 pluginPath = m_launchOptions.extraInitializationData.get("plugin-path");
73 realPluginPath = fileSystemRepresentation(pluginPath);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginInfoStore.cpp87 for (const auto& pluginPath : uniquePluginPaths)
88 loadPlugin(m_plugins, pluginPath);
96 void PluginInfoStore::loadPlugin(Vector<PluginModuleInfo>& plugins, const String& pluginPath) argument
100 if (!getPluginInfo(pluginPath, plugin))
213 PluginModuleInfo PluginInfoStore::infoForPluginWithPath(const String& pluginPath) const
216 if (plugin.path == pluginPath)
H A DPluginInfoStore.h72 PluginModuleInfo infoForPluginWithPath(const String& pluginPath) const;
84 static void loadPlugin(Vector<PluginModuleInfo>& plugins, const String& pluginPath);
98 static bool getPluginInfo(const String& pluginPath, PluginModuleInfo&);
H A DPluginProcessProxy.h106 static bool scanPlugin(const String& pluginPath, RawPluginMetaData& result);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/gtk/
H A DPluginInfoCache.cpp83 bool PluginInfoCache::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin) argument
85 CString pluginGroup = pluginPath.utf8();
90 if (!WebCore::getFileModificationTime(pluginPath, lastModified))
96 plugin.path = pluginPath;
97 plugin.info.file = WebCore::pathGetFileName(pluginPath);
115 void PluginInfoCache::updatePluginInfo(const String& pluginPath, const PluginModuleInfo& plugin) argument
118 if (!WebCore::getFileModificationTime(pluginPath, lastModified))
121 CString pluginGroup = pluginPath.utf8();
H A DPluginInfoCache.h45 bool getPluginInfo(const String& pluginPath, PluginModuleInfo&);
46 void updatePluginInfo(const String& pluginPath, const PluginModuleInfo&);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/mac/
H A DPluginInfoStoreMac.mm71 bool PluginInfoStore::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
73 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);

Completed in 370 milliseconds

12