Home | History | Annotate | Download | only in js

Lines Matching refs:appId

76     function(appId) {
78 if (!appWindows[appId])
80 var contentWindow = appWindows[appId].contentWindow;
84 callback(appId);
102 for (var appId in appWindows) {
103 if (appId.indexOf(appIdPrefix) == 0 &&
104 appWindows[appId].contentWindow) {
105 callback(appId);
136 for (var appId in appWindows) {
137 var contentWindow = appWindows[appId].contentWindow;
153 appWindows[contentWindow.appID].resizeTo(width, height);
692 if (request.appId) {
693 if (!appWindows[request.appId]) {
697 args.unshift(appWindows[request.appId].contentWindow);