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

  /external/webkit/Tools/MiniBrowser/qt/
MiniBrowserApplication.cpp 87 int robotTimeoutIndex = args.indexOf("-robot-timeout");
88 if (robotTimeoutIndex != -1)
89 m_robotTimeoutSeconds = takeOptionValue(&args, robotTimeoutIndex).toInt();
  /external/webkit/Tools/QtTestBrowser/
main.cpp 315 int robotTimeoutIndex = args.indexOf("-robot-timeout");
316 if (robotTimeoutIndex != -1)
317 m_robotTimeoutSeconds = takeOptionValue(&args, robotTimeoutIndex).toInt();

Completed in 1918 milliseconds