Searched refs:m_launchOptions (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp64 switch (m_launchOptions.processType) {
70 if (m_launchOptions.extraInitializationData.contains("requires-gtk2"))
72 pluginPath = m_launchOptions.extraInitializationData.get("plugin-path");
92 if (!m_launchOptions.processCmdPrefix.isNull()) {
94 m_launchOptions.processCmdPrefix.split(' ', splitArgs);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/efl/
H A DProcessLauncherEfl.cpp77 switch (m_launchOptions.processType) {
84 pluginPath = m_launchOptions.extraInitializationData.get("plugin-path");
98 if (!m_launchOptions.processCmdPrefix.isEmpty())
99 processCmdPrefix = m_launchOptions.processCmdPrefix;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/
H A DProcessLauncher.cpp42 , m_launchOptions(launchOptions)
H A DProcessLauncher.h101 const LaunchOptions m_launchOptions; member in class:WebKit::ProcessLauncher
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm566 if (tryPreexistingProcess(m_launchOptions, this, &ProcessLauncher::didFinishLaunchingProcess))
571 if (m_launchOptions.useXPC) {
572 createService(m_launchOptions, isWebKitDevelopmentBuild, this, &ProcessLauncher::didFinishLaunchingProcess);
576 createProcess(m_launchOptions, isWebKitDevelopmentBuild, this, &ProcessLauncher::didFinishLaunchingProcess);

Completed in 122 milliseconds