Home
last modified time | relevance | path

Searched refs:neckoAttrs (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgLoader.cpp755 NeckoOriginAttributes neckoAttrs; in NewImageChannel() local
756neckoAttrs.InheritFromDocToNecko(BasePrincipal::Cast(aLoadingPrincipal)->OriginAttributesRef()); in NewImageChannel()
759 rv = loadInfo->SetOriginAttributes(neckoAttrs); in NewImageChannel()
784 NeckoOriginAttributes neckoAttrs; in NewImageChannel() local
786neckoAttrs.InheritFromDocToNecko(BasePrincipal::Cast(aLoadingPrincipal)->OriginAttributesRef()); in NewImageChannel()
788 neckoAttrs.mPrivateBrowsingId = aRespectPrivacy ? 1 : 0; in NewImageChannel()
791 rv = loadInfo->SetOriginAttributes(neckoAttrs); in NewImageChannel()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpChannelParent.cpp559 NeckoOriginAttributes neckoAttrs; in DoAsyncOpen() local
560 NS_GetOriginAttributes(mChannel, neckoAttrs); in DoAsyncOpen()
563 attrs.InheritFromNecko(neckoAttrs); in DoAsyncOpen()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xhr/
H A DXMLHttpRequestMainThread.cpp1568 NeckoOriginAttributes neckoAttrs; in SetOriginAttributes() local
1569 neckoAttrs.SetFromGenericAttributes(attrs); in SetOriginAttributes()
1573 loadInfo->SetOriginAttributes(neckoAttrs); in SetOriginAttributes()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp10962 NeckoOriginAttributes neckoAttrs; in DoURILoad() local
10966 neckoAttrs.InheritFromDocShellToNecko(GetOriginAttributes(), isTopLevelDoc, aURI); in DoURILoad()
10967 rv = loadInfo->SetOriginAttributes(neckoAttrs); in DoURILoad()