Home
last modified time | relevance | path

Searched refs:urlList (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/file_manager/js/
Dmock_chrome.js61 getFileTasks: function(urlList, callback) { argument
62 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) { argument
102 console.log('executing task: ' + taskId + ': ' + urlList.length + ' urls');
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java198 URL[] urlList = { httpUrl, jarUrl, ftpUrl, fileUrl }; in test_openConnectionLjava_net_Proxy() local
199 for (int i = 0; i < urlList.length; ++i) { in test_openConnectionLjava_net_Proxy()
201 urlList[i].openConnection(null); in test_openConnectionLjava_net_Proxy()
DURLTest.java1019 URL[] urlList = { httpUrl, ftpUrl }; in test_openConnection_SelectorCalled() local
1023 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()
/external/webkit/Tools/QtTestBrowser/
Dmainwindow.cpp153 if (!urlList.contains(s)) in addCompleterEntry()
154 urlList += s; in addCompleterEntry()
155 urlModel.setStringList(urlList); in addCompleterEntry()
Dmainwindow.h74 QStringList urlList; variable