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

  /external/webkit/Tools/MiniBrowser/qt/
utils.h 49 NO_RETURN void appQuit(int status, const QString& msg = QString());
MiniBrowserApplication.cpp 66 appQuit(0);
76 appQuit(1, "-r needs a list file to start in robotized mode");
78 appQuit(1, "The list file supplied to -r does not exist.");
utils.cpp 67 void appQuit(int exitCode, const QString& msg)
  /external/webkit/Tools/QtTestBrowser/
utils.h 48 NO_RETURN void appQuit(int status, const QString& msg = QString());
main.cpp 162 appQuit(1, QString("%1 only works in combination with the -graphicsbased option").arg(option));
203 appQuit(0);
263 appQuit(1, QString("%1 needs a value of one of [%2]").arg(arg1).arg(formatKeys(updateModes)));
266 appQuit(1, QString("%1 value has to be one of [%2]").arg(arg1).arg(formatKeys(updateModes)));
304 appQuit(1, "-r needs a list file to start in robotized mode");
306 appQuit(1, "The list file supplied to -r does not exist.");
utils.cpp 67 void appQuit(int exitCode, const QString& msg)

Completed in 1989 milliseconds