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

/external/webkit/Tools/MiniBrowser/qt/
H A DMiniBrowserApplication.cpp87 int robotTimeoutIndex = args.indexOf("-robot-timeout"); local
88 if (robotTimeoutIndex != -1)
89 m_robotTimeoutSeconds = takeOptionValue(&args, robotTimeoutIndex).toInt();
/external/webkit/Tools/QtTestBrowser/
H A Dmain.cpp315 int robotTimeoutIndex = args.indexOf("-robot-timeout"); local
316 if (robotTimeoutIndex != -1)
317 m_robotTimeoutSeconds = takeOptionValue(&args, robotTimeoutIndex).toInt();

Completed in 89 milliseconds