Home
last modified time | relevance | path

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

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