Searched refs:windowList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
H A Dpopup.js29 chrome.windows.getAll({ populate: true }, function(windowList) {
30 for (var i = 0; i < windowList.length; i++) {
31 for (var j = 0; j < windowList[i].tabs.length; j++) {
32 var tab = windowList[i].tabs[j];
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Dtabs_api.js26 chrome.windows.getAll({ populate: true }, function(windowList) {
29 for (var i = 0; i < windowList.length; i++) {
30 windowList[i].current = (windowList[i].id == currentWindowId);
31 windowList[i].focused = (windowList[i].id == focusedWindowId);
33 for (var j = 0; j < windowList[i].tabs.length; j++) {
34 tabIds[tabIds.length] = windowList[i].tabs[j].id;
35 tabs[windowList[i].tabs[j].id] = windowList[
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2744 const std::vector<WebTestProxyBase*>& windowList = local
2746 for (unsigned i = 0; i < windowList.size(); ++i)
2747 windowList.at(i)->GetMIDIClientMock()->setSysexPermission(value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 118 milliseconds