Searched refs:urlList (Results 1 – 5 of 5) sorted by relevance
61 getFileTasks: function(urlList, callback) { argument62 if (urlList.length == 0)84 for (var i = 0; i < urlList.length; i++) {90 if (candidateTasks[taskIndex].regexp.test(urlList[i]))101 executeTask: function(taskId, urlList) { argument102 console.log('executing task: ' + taskId + ': ' + urlList.length + ' urls');
198 URL[] urlList = { httpUrl, jarUrl, ftpUrl, fileUrl }; in test_openConnectionLjava_net_Proxy() local199 for (int i = 0; i < urlList.length; ++i) { in test_openConnectionLjava_net_Proxy()201 urlList[i].openConnection(null); in test_openConnectionLjava_net_Proxy()
1019 URL[] urlList = { httpUrl, ftpUrl }; in test_openConnection_SelectorCalled() local1023 for (int i = 0; i < urlList.length; ++i) { in test_openConnection_SelectorCalled()1026 URLConnection conn = urlList[i].openConnection(); in test_openConnection_SelectorCalled()1033 + urlList[i], isSelectCalled); in test_openConnection_SelectorCalled()
153 if (!urlList.contains(s)) in addCompleterEntry()154 urlList += s; in addCompleterEntry()155 urlModel.setStringList(urlList); in addCompleterEntry()
74 QStringList urlList; variable