Home
last modified time | relevance | path

Searched refs:nsScriptLoader (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsScriptLoader.cpp173 RefPtr<nsScriptLoader> mLoader;
300 RefPtr<nsScriptLoader> mLoader;
312 nsModuleScript(nsScriptLoader* aLoader,
497 NS_IMPL_CYCLE_COLLECTION(nsScriptLoader, in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
511 nsScriptLoader::nsScriptLoader(nsIDocument *aDocument) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
524 nsScriptLoader::~nsScriptLoader() in ~nsScriptLoader()
1323 RefPtr<nsScriptLoader> mLoader;
1720 RefPtr<nsScriptLoader> mLoader;
2043 nsScriptLoader::GetScriptGlobalObject() in GetScriptGlobalObject()
2218 nsScriptLoader::ProcessPendingRequests() in ProcessPendingRequests()
[all …]
H A DnsScriptLoader.h230 class nsScriptLoader final : public nsISupports
235 AutoCurrentScriptUpdater(nsScriptLoader* aScriptLoader, in AutoCurrentScriptUpdater()
248 nsScriptLoader* mScriptLoader;
257 explicit nsScriptLoader(nsIDocument* aDocument);
260 NS_DECL_CYCLE_COLLECTION_CLASS(nsScriptLoader) in NS_DECL_CYCLE_COLLECTION_CLASS() argument
468 bool AddPendingChildLoader(nsScriptLoader* aChild) { in AddPendingChildLoader()
473 virtual ~nsScriptLoader();
629 nsTArray< RefPtr<nsScriptLoader> > mPendingChildLoaders;
648 explicit nsScriptLoadHandler(nsScriptLoader* aScriptLoader,
674 RefPtr<nsScriptLoader> mScriptLoader;
[all …]
H A DImportManager.h187 void AddBlockedScriptLoader(nsScriptLoader* aScriptLoader);
188 bool RemoveBlockedScriptLoader(nsScriptLoader* aScriptLoader);
233 nsTArray<RefPtr<nsScriptLoader>> mBlockedScriptLoaders;
H A DnsContentSink.h39 class nsScriptLoader; variable
276 RefPtr<nsScriptLoader> mScriptLoader;
H A DnsScriptElement.cpp148 RefPtr<nsScriptLoader> loader = ownerDoc->ScriptLoader(); in MaybeProcessScript()
H A DImportManager.cpp159 nsScriptLoader* loader = mLoader->mDocument->ScriptLoader(); in UpdateMainReferrer()
342 ImportLoader::AddBlockedScriptLoader(nsScriptLoader* aScriptLoader) in AddBlockedScriptLoader()
355 ImportLoader::RemoveBlockedScriptLoader(nsScriptLoader* aScriptLoader) in RemoveBlockedScriptLoader()
H A Dmoz.build120 'nsScriptLoader.h',
330 'nsScriptLoader.cpp',
H A DnsDocument.h672 virtual nsScriptLoader* ScriptLoader() override;
1395 RefPtr<nsScriptLoader> mScriptLoader;
H A DnsIDocument.h94 class nsScriptLoader; variable
1329 virtual nsScriptLoader* ScriptLoader() = 0;
H A DnsFrameMessageManager.cpp1806 nsScriptLoader::ConvertToUTF16(channel, (uint8_t*)buffer.get(), avail, in TryCacheLoadAndCompileScript()
H A DnsDocument.cpp1932 mScriptLoader = new nsScriptLoader(this); in Init()
4714 nsScriptLoader*
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsParserUtils.cpp151 RefPtr<nsScriptLoader> loader; in ParseFragment()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxMozillaXMLOutput.cpp233 nsScriptLoader* loader = mDocument->ScriptLoader(); in endDocument()
419 nsScriptLoader* loader = mDocument->ScriptLoader(); in startDocument()
860 nsScriptLoader *loader = mDocument->ScriptLoader(); in createResultDocument()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/worklet/
H A DWorklet.cpp174 nsScriptLoader::ConvertToUTF16(nullptr, aString, aStringLen, in OnStreamComplete()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerScriptCache.cpp804 rv = nsScriptLoader::ConvertToUTF16(httpChannel, aString, aLen, in OnStreamComplete()
858 nsresult rv = nsScriptLoader::ConvertToUTF16(nullptr, aString, aLen, in OnStreamComplete()
H A DScriptLoader.cpp1082 rv = nsScriptLoader::ConvertToUTF16(aLoadInfo.mChannel, aString, aStringLen, in OnStreamCompleteInternal()
1292 nsScriptLoader::ConvertToUTF16(nullptr, aString, aStringLen, in DataReceivedFromCache()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/loader/
H A DmozJSSubScriptLoader.cpp140 nsScriptLoader::ConvertToUTF16(nullptr, reinterpret_cast<const uint8_t*>(buf), len,
828 nsScriptLoader::ConvertToUTF16(mChannel, aString, aLength,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCJSContext.cpp3186 rv = nsScriptLoader::ConvertToUTF16(scriptChannel, buf.get(), rawLen, EmptyString(), in ReadSourceFromFilename()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/
H A DXULDocument.cpp3340 rv = nsScriptLoader::ConvertToUTF16(channel, string, stringLen, in OnStreamComplete()