HomeSort by relevance Sort by last modified time
    Searched defs:launchOptions (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 60 ProcessLauncher::LaunchOptions launchOptions;
61 launchOptions.processType = ProcessLauncher::PluginProcess;
63 launchOptions.architecture = pluginInfo.pluginArchitecture;
64 launchOptions.executableHeap = PluginProcessProxy::pluginNeedsExecutableHeap(pluginInfo);
67 m_processLauncher = ProcessLauncher::create(this, launchOptions);
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 100 ProcessLauncher::LaunchOptions launchOptions;
101 launchOptions.processType = ProcessLauncher::WebProcess;
105 launchOptions.architecture = ProcessLauncher::LaunchOptions::MatchCurrentArchitecture;
106 launchOptions.executableHeap = false;
108 m_processLauncher = ProcessLauncher::create(this, launchOptions);

Completed in 30 milliseconds