Home
last modified time | relevance | path

Searched refs:LoaderPrincipal (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DLoader.h131 nsIPrincipal* LoaderPrincipal() const { return mLoaderPrincipal; } in LoaderPrincipal() function
452 nsIPrincipal* LoaderPrincipal() const;
497 : LoaderPrincipal(); in CreateSheet()
H A DLoader.cpp142 mLoaderPrincipal(aLoadData.mLoader->LoaderPrincipal()), in SheetLoadDataHashKey()
988 SheetLoadDataHashKey key(aURI, aTriggeringPrincipal, LoaderPrincipal(), in CreateSheet()
1236 MOZ_ASSERT(aLoadData.mTriggeringPrincipal->Equals(LoaderPrincipal())); in LoadSheet()
1374 MOZ_ASSERT(aLoadData.mTriggeringPrincipal->Equals(LoaderPrincipal())); in LoadSheet()
1684 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in LoadInlineStyle()
1780 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in LoadStyleLink()
1937 MOZ_ASSERT(LoaderPrincipal() == owningNode->NodePrincipal()); in LoadChildSheet()
1943 nsresult rv = CheckContentPolicy(LoaderPrincipal(), principal, aURL, context, in LoadChildSheet()
2069 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in InternalLoadNonDocumentSheet()
2250 nsIPrincipal* Loader::LoaderPrincipal() const { in LoaderPrincipal() function in mozilla::css::Loader
[all …]
H A DSharedStyleSheetCache.cpp620 if (iter.Key().LoaderPrincipal()->Equals(prin)) { in UnregisterLoader()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DLoader.h131 nsIPrincipal* LoaderPrincipal() const { return mLoaderPrincipal; } in LoaderPrincipal() function
452 nsIPrincipal* LoaderPrincipal() const;
497 : LoaderPrincipal(); in CreateSheet()
H A DLoader.cpp142 mLoaderPrincipal(aLoadData.mLoader->LoaderPrincipal()), in SheetLoadDataHashKey()
988 SheetLoadDataHashKey key(aURI, aTriggeringPrincipal, LoaderPrincipal(), in CreateSheet()
1236 MOZ_ASSERT(aLoadData.mTriggeringPrincipal->Equals(LoaderPrincipal())); in LoadSheet()
1374 MOZ_ASSERT(aLoadData.mTriggeringPrincipal->Equals(LoaderPrincipal())); in LoadSheet()
1684 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in LoadInlineStyle()
1780 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in LoadStyleLink()
1937 MOZ_ASSERT(LoaderPrincipal() == owningNode->NodePrincipal()); in LoadChildSheet()
1943 nsresult rv = CheckContentPolicy(LoaderPrincipal(), principal, aURL, context, in LoadChildSheet()
2069 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in InternalLoadNonDocumentSheet()
2250 nsIPrincipal* Loader::LoaderPrincipal() const { in LoaderPrincipal() function in mozilla::css::Loader
[all …]
H A DSharedStyleSheetCache.cpp620 if (iter.Key().LoaderPrincipal()->Equals(prin)) { in UnregisterLoader()
/dports/www/firefox/firefox-99.0/layout/style/
H A DLoader.h131 nsIPrincipal* LoaderPrincipal() const { return mLoaderPrincipal; } in LoaderPrincipal() function
461 nsIPrincipal* LoaderPrincipal() const;
506 : LoaderPrincipal(); in CreateSheet()
H A DLoader.cpp140 mLoaderPrincipal(aLoadData.mLoader->LoaderPrincipal()), in SheetLoadDataHashKey()
990 SheetLoadDataHashKey key(aURI, aTriggeringPrincipal, LoaderPrincipal(), in CreateSheet()
1254 MOZ_ASSERT(aLoadData.mTriggeringPrincipal->Equals(LoaderPrincipal())); in LoadSheet()
1407 MOZ_ASSERT(aLoadData.mTriggeringPrincipal->Equals(LoaderPrincipal())); in LoadSheet()
1716 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in LoadInlineStyle()
1814 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in LoadStyleLink()
1960 MOZ_ASSERT(LoaderPrincipal() == requestingNode->NodePrincipal()); in LoadChildSheet()
1967 CheckContentPolicy(LoaderPrincipal(), principal, aURL, requestingNode, in LoadChildSheet()
2094 nsIPrincipal* loadingPrincipal = LoaderPrincipal(); in InternalLoadNonDocumentSheet()
2275 nsIPrincipal* Loader::LoaderPrincipal() const { in LoaderPrincipal() function in mozilla::css::Loader
[all …]
H A DSharedSubResourceCache.h227 mLoaderPrincipalRefCnt.LookupOrInsert(aLoader.LoaderPrincipal(), 0) += 1; in RegisterLoader()
233 nsIPrincipal* prin = aLoader.LoaderPrincipal(); in UnregisterLoader()
241 if (iter.Key().LoaderPrincipal()->Equals(prin)) { in UnregisterLoader()