HomeSort by relevance Sort by last modified time
    Searched full:processinformation (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ProcessLauncherWin.cpp 89 PROCESS_INFORMATION processInformation = { 0 };
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 128 milliseconds