Searched refs:extraTimeSeconds (Results 1 – 3 of 3) sorted by relevance
34 …owserWindow* browserWindow, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds) in UrlLoader() argument53 if (extraTimeSeconds) { in UrlLoader()54 m_extraTimeTimer.setInterval(extraTimeSeconds * 1000); in UrlLoader()
35 …UrlLoader(QWebFrame* frame, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds) in UrlLoader() argument54 if (extraTimeSeconds) { in UrlLoader()55 m_extraTimeTimer.setInterval(extraTimeSeconds * 1000); in UrlLoader()
42 …rlLoader(QWebFrame* frame, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds);