Searched refs:appID (Results 1 – 5 of 5) sorted by relevance
124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1]; in parse() local125 if(appID.trim().equals("")) in parse()132 pps.setApplicationIdentifiers(appID); in parse()
86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1]; in parse() local87 if(appID.trim().equals("")) in parse()
219 for (var appID in this.appWindows) {220 if (this.appWindows[appID].contentWindow.appInitialURL === url)221 result.push(this.appWindows[appID]);435 contentWindow.appID = this.id_;
132 background.appWindows[contentWindow.appID].resizeTo(width, height);
568 return !window.appID;589 items[window.appID] = JSON.stringify(window.appState);