Home
last modified time | relevance | path

Searched refs:NO_APP_ID (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DTabContext.cpp15 #define NO_APP_ID (nsIScriptSecurityManager::NO_APP_ID) macro
27 , mContainingAppId(NO_APP_ID) in TabContext()
77 return NO_APP_ID; in BrowserOwnerAppId()
103 return NO_APP_ID; in AppOwnerAppId()
226 uint32_t ownAppId = NO_APP_ID; in SetTabContext()
230 NS_ENSURE_TRUE(ownAppId != NO_APP_ID, false); in SetTabContext()
233 uint32_t containingAppId = NO_APP_ID; in SetTabContext()
237 NS_ENSURE_TRUE(containingAppId != NO_APP_ID, false); in SetTabContext()
243 aOriginAttributes.mAppId == NO_APP_ID); in SetTabContext()
287 uint32_t containingAppId = NO_APP_ID; in MaybeInvalidTabContext()
[all …]
H A DPTabContext.ipdlh22 // will be NO_APP_ID.
H A DContentProcessManager.cpp361 uint32_t appId = nsIScriptSecurityManager::NO_APP_ID; in GetAppIdByProcessAndTabId()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DTabContext.cpp15 #define NO_APP_ID (nsIScriptSecurityManager::NO_APP_ID) macro
91 MOZ_RELEASE_ASSERT(aOriginAttributes.mAppId == NO_APP_ID); in SetTabContext()
H A DPTabContext.ipdlh22 // will be NO_APP_ID.
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/interfaces/apps/
H A DnsIAppsService.idl34 * Returns nsIScriptSecurityManager::NO_APP_ID if |manifestURL| isn't a valid
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsILoadContextInfo.idl26 const unsigned long NO_APP_ID = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsILoadContextInfo.idl26 const unsigned long NO_APP_ID = 0;
H A DLoadContextInfo.cpp141 NeckoOriginAttributes(nsILoadContextInfo::NO_APP_ID, false)); in GetLoadContextInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/caps/
H A DOriginAttributes.cpp101 if (mAppId != nsIScriptSecurityManager::NO_APP_ID) { in CreateSuffix()
H A DBasePrincipal.cpp285 *aAppId = nsIScriptSecurityManager::NO_APP_ID; in GetAppId()
H A DnsIScriptSecurityManager.idl234 const unsigned long NO_APP_ID = 0;
H A DnsIPrincipal.idl256 * not inside an app, returns nsIScriptSecurityManager::NO_APP_ID.
/dports/www/firefox-legacy/firefox-52.8.0esr/caps/
H A DnsIPrincipal.idl245 * appId != nsIScriptSecurityManager::NO_APP_ID &&
255 * app code?", you must check appStatus; checking appId != NO_APP_ID is not
262 * not inside an app, returns nsIScriptSecurityManager::NO_APP_ID.
H A DBasePrincipal.cpp141 if (mAppId != nsIScriptSecurityManager::NO_APP_ID) { in CreateSuffix()
633 *aAppId = nsIScriptSecurityManager::NO_APP_ID; in GetAppId()
H A DnsIScriptSecurityManager.idl167 * The returned principal will have appId = NO_APP_ID.
257 const unsigned long NO_APP_ID = 0;
H A DnsScriptSecurityManager.cpp266 if (appId == nsIScriptSecurityManager::NO_APP_ID || in AppStatusForPrincipal()
1205 PrincipalOriginAttributes attrs(NO_APP_ID, false); in GetNoAppCodebasePrincipal()
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DBootstraper.jsm116 if (id == Ci.nsIScriptSecurityManager.NO_APP_ID) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/apps/
H A DAppsUtils.jsm111 aObj.installerAppId = aApp.installerAppId || Ci.nsIScriptSecurityManager.NO_APP_ID;
251 return Ci.nsIScriptSecurityManager.NO_APP_ID;
262 return Ci.nsIScriptSecurityManager.NO_APP_ID;
708 if (appId === Ci.nsIScriptSecurityManager.NO_APP_ID) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsFrameLoader.cpp1967 if (appId == nsIScriptSecurityManager::NO_APP_ID || in GetContainingApp()
2225 uint32_t ownAppId = nsIScriptSecurityManager::NO_APP_ID; in MaybeCreateDocShell()
2239 uint32_t containingAppId = nsIScriptSecurityManager::NO_APP_ID; in MaybeCreateDocShell()
3408 uint32_t appId = nsIScriptSecurityManager::NO_APP_ID; in GetNewTabContext()
3412 NS_ENSURE_STATE(appId != nsIScriptSecurityManager::NO_APP_ID); in GetNewTabContext()
3416 NS_ENSURE_STATE(appId != nsIScriptSecurityManager::NO_APP_ID); in GetNewTabContext()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsILoadContext.idl119 * nsIScriptSecurityManager::NO_APP_ID if the load is not part of an app.
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/network/
H A DTCPSocketParent.cpp215 uint32_t appId = nsIScriptSecurityManager::NO_APP_ID; in RecvOpenBind()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/storage/
H A DDOMStorageDBThread.cpp62 if (oa.mAppId != nsIScriptSecurityManager::NO_APP_ID || oa.mInIsolatedMozBrowser) { in Scheme0Scope()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/storage/
H A DStorageDBThread.cpp70 if (oa.mAppId != nsIScriptSecurityManager::NO_APP_ID || in Scheme0Scope()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsFrameLoader.cpp2156 attrs.mAppId = nsIScriptSecurityManager::NO_APP_ID; in MaybeCreateDocShell()
3374 attrs.mAppId = nsIScriptSecurityManager::NO_APP_ID; in GetNewTabContext()

12