OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appID
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java
124
String
appID
= urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1];
125
if(
appID
.trim().equals(""))
132
pps.setApplicationIdentifiers(
appID
);
PAssertedServiceParser.java
86
String
appID
= urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1];
87
if(
appID
.trim().equals(""))
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
background.js
191
for (var
appID
in this.appWindows) {
192
if (this.appWindows[
appID
].contentWindow.appInitialURL === url)
193
result.push(this.appWindows[
appID
]);
334
contentWindow.
appID
= this.id_;
576
var
appId
= FILES_ID_PREFIX + id;
580
appId
,
584
opt_callback(
appId
);
test_util.js
76
function(
appId
) {
78
if (!background.appWindows[
appId
])
80
var contentWindow = background.appWindows[
appId
].contentWindow;
84
callback(
appId
);
102
for (var
appId
in background.appWindows) {
103
if (
appId
.indexOf(appIdPrefix) == 0 &&
104
background.appWindows[
appId
].contentWindow) {
105
callback(
appId
);
136
for (var
appId
in background.appWindows) {
137
var contentWindow = background.appWindows[
appId
].contentWindow
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js
732
return !window.
appID
;
782
util.platform.setPreference(window.
appID
, window.appState);
[
all
...]
Completed in 806 milliseconds