Searched refs:mBotMode (Results 1 – 2 of 2) sorted by relevance
1048 mBotMode(false), in TestSuite()1215 if (!mBotMode) in TestSuite()1247 if (mBotMode) in TestSuite()1272 if ((mBotMode || !mResultsDirectory.empty()) && mResultsFile.empty()) in TestSuite()1285 if (!mBotMode) in TestSuite()1328 ParseFlag("--bot-mode", argument, &mBotMode) || in parseSingleArg()1641 if (!mBotMode) in run()
182 bool mBotMode; variable