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

/external/webkit/Source/WebKit2/UIProcess/Launcher/win/
H A DProcessLauncherWin.cpp89 PROCESS_INFORMATION processInformation = { 0 }; local
90 BOOL result = ::CreateProcessW(0, commandLineVector.data(), 0, 0, true, 0, 0, 0, &startupInfo, &processInformation);
102 ::CloseHandle(processInformation.hThread);
105 RunLoop::main()->scheduleWork(WorkItem::create(this, &ProcessLauncher::didFinishLaunchingProcess, processInformation.hProcess, serverIdentifier));

Completed in 68 milliseconds