HomeSort by relevance Sort by last modified time
    Searched refs:m_launchOptions (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.cpp 42 , m_launchOptions(launchOptions)
ProcessLauncher.h 88 const LaunchOptions m_launchOptions;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 204 if (m_launchOptions.processType == ProcessLauncher::PluginProcess)
217 const char* args[] = { [processAppExecutablePath fileSystemRepresentation], frameworkExecutablePath, "-type", processTypeAsString(m_launchOptions.processType), "-servicename", serviceName.data(), "-localization", localization.data(), 0 };
236 cpu_type_t architecture = m_launchOptions.architecture;
249 if (m_launchOptions.executableHeap)
265 if (m_launchOptions.processType == ProcessLauncher::PluginProcess) {

Completed in 25 milliseconds