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

/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
H A DProcessLauncherQt.cpp98 QString applicationPath = QLatin1String("%1 %2"); local
101 applicationPath = applicationPath.arg(QCoreApplication::applicationDirPath() + QLatin1String("/QtWebProcess"));
103 applicationPath = applicationPath.arg(QLatin1String("QtWebProcess"));
123 QString program(applicationPath.arg(sockets[0]));

Completed in 202 milliseconds