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

  /external/webkit/WebKitTools/QtLauncher/
utils.h 40 NO_RETURN void appQuit(int status, const QString& msg = QString());
utils.cpp 67 void appQuit(int exitCode, const QString& msg)
main.cpp 637 appQuit(1, QString("%1 only works in combination with the -graphicsbased option").arg(option));
660 appQuit(0);
688 appQuit(1, QString("%1 needs a value of one of [%2]").arg(arg1).arg(formatKeys(updateModes)));
691 appQuit(1, QString("%1 value has to be one of [%2]").arg(arg1).arg(formatKeys(updateModes)));
700 appQuit(1, "-r needs a list file to start in robotized mode");
702 appQuit(1, "The list file supplied to -r does not exist.");

Completed in 864 milliseconds