Searched refs:neckoAttrs (Results 1 – 4 of 4) sorted by relevance
755 NeckoOriginAttributes neckoAttrs; in NewImageChannel() local756 … neckoAttrs.InheritFromDocToNecko(BasePrincipal::Cast(aLoadingPrincipal)->OriginAttributesRef()); in NewImageChannel()759 rv = loadInfo->SetOriginAttributes(neckoAttrs); in NewImageChannel()784 NeckoOriginAttributes neckoAttrs; in NewImageChannel() local786 … neckoAttrs.InheritFromDocToNecko(BasePrincipal::Cast(aLoadingPrincipal)->OriginAttributesRef()); in NewImageChannel()788 neckoAttrs.mPrivateBrowsingId = aRespectPrivacy ? 1 : 0; in NewImageChannel()791 rv = loadInfo->SetOriginAttributes(neckoAttrs); in NewImageChannel()
559 NeckoOriginAttributes neckoAttrs; in DoAsyncOpen() local560 NS_GetOriginAttributes(mChannel, neckoAttrs); in DoAsyncOpen()563 attrs.InheritFromNecko(neckoAttrs); in DoAsyncOpen()
1568 NeckoOriginAttributes neckoAttrs; in SetOriginAttributes() local1569 neckoAttrs.SetFromGenericAttributes(attrs); in SetOriginAttributes()1573 loadInfo->SetOriginAttributes(neckoAttrs); in SetOriginAttributes()
10962 NeckoOriginAttributes neckoAttrs; in DoURILoad() local10966 neckoAttrs.InheritFromDocShellToNecko(GetOriginAttributes(), isTopLevelDoc, aURI); in DoURILoad()10967 rv = loadInfo->SetOriginAttributes(neckoAttrs); in DoURILoad()