Home
last modified time | relevance | path

Searched refs:aExecutor (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5SpeculativeLoad.cpp36 aExecutor->AddSpeculationCSP( in Perform()
43 aExecutor->PreloadImage( in Perform()
49 aExecutor->PreloadOpenPicture(); in Perform()
52 aExecutor->PreloadEndPicture(); in Perform()
55 aExecutor->PreloadPictureSource( in Perform()
61 aExecutor->PreloadScript( in Perform()
69 aExecutor->PreloadScript( in Perform()
77 aExecutor->PreloadScript( in Perform()
85 aExecutor->PreloadScript( in Perform()
93 aExecutor->PreloadStyle( in Perform()
[all …]
H A DnsHtml5TreeOpExecutor.cpp53 explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorReflusher() argument
54 : mozilla::Runnable("nsHtml5ExecutorReflusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorReflusher()
81 explicit nsHtml5AutoFlush(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5AutoFlush() argument
82 : mExecutor(aExecutor), mOpsToRemove(aExecutor->OpQueueLength()) { in nsHtml5AutoFlush()
347 explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5FlushLoopGuard() argument
348 : mExecutor(aExecutor) in nsHtml5FlushLoopGuard()
H A DnsHtml5StreamParser.cpp109 explicit nsHtml5ExecutorFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorFlusher() argument
110 : Runnable("nsHtml5ExecutorFlusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorFlusher()
138 explicit nsHtml5LoadFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5LoadFlusher() argument
139 : Runnable("nsHtml5LoadFlusher"), mExecutor(aExecutor) {} in nsHtml5LoadFlusher()
146 nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor, in nsHtml5StreamParser() argument
157 mExecutor(aExecutor), in nsHtml5StreamParser()
178 mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)), in nsHtml5StreamParser()
179 mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)), in nsHtml5StreamParser()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5SpeculativeLoad.cpp38 aExecutor->AddSpeculationCSP( in Perform()
45 aExecutor->PreloadImage( in Perform()
51 aExecutor->PreloadOpenPicture(); in Perform()
54 aExecutor->PreloadEndPicture(); in Perform()
57 aExecutor->PreloadPictureSource( in Perform()
63 aExecutor->PreloadScript( in Perform()
71 aExecutor->PreloadScript( in Perform()
79 aExecutor->PreloadScript( in Perform()
87 aExecutor->PreloadScript( in Perform()
95 aExecutor->PreloadStyle( in Perform()
[all …]
H A DnsHtml5TreeOpExecutor.cpp61 explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorReflusher() argument
62 : Runnable("nsHtml5ExecutorReflusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorReflusher()
89 explicit nsHtml5AutoFlush(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5AutoFlush() argument
90 : mExecutor(aExecutor), mOpsToRemove(aExecutor->OpQueueLength()) { in nsHtml5AutoFlush()
496 explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5FlushLoopGuard() argument
497 : mExecutor(aExecutor) in nsHtml5FlushLoopGuard()
H A DnsHtml5StreamParser.cpp155 explicit nsHtml5ExecutorFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorFlusher() argument
156 : Runnable("nsHtml5ExecutorFlusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorFlusher()
184 explicit nsHtml5LoadFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5LoadFlusher() argument
185 : Runnable("nsHtml5LoadFlusher"), mExecutor(aExecutor) {} in nsHtml5LoadFlusher()
192 nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor, in nsHtml5StreamParser() argument
217 mExecutor(aExecutor), in nsHtml5StreamParser()
237 mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)), in nsHtml5StreamParser()
238 mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)), in nsHtml5StreamParser()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5SpeculativeLoad.cpp37 aExecutor->AddSpeculationCSP( in Perform()
44 aExecutor->PreloadImage( in Perform()
50 aExecutor->PreloadOpenPicture(); in Perform()
53 aExecutor->PreloadEndPicture(); in Perform()
56 aExecutor->PreloadPictureSource( in Perform()
62 aExecutor->PreloadScript( in Perform()
69 aExecutor->PreloadScript( in Perform()
76 aExecutor->PreloadScript( in Perform()
83 aExecutor->PreloadScript( in Perform()
90 aExecutor->PreloadStyle( in Perform()
[all …]
H A DnsHtml5TreeOpExecutor.cpp51 explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorReflusher() argument
52 : mozilla::Runnable("nsHtml5ExecutorReflusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorReflusher()
65 explicit nsHtml5AutoFlush(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5AutoFlush() argument
66 : mExecutor(aExecutor), mOpsToRemove(aExecutor->OpQueueLength()) { in nsHtml5AutoFlush()
318 explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5FlushLoopGuard() argument
319 : mExecutor(aExecutor) in nsHtml5FlushLoopGuard()
H A DnsHtml5StreamParser.cpp121 explicit nsHtml5ExecutorFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorFlusher() argument
122 : Runnable("nsHtml5ExecutorFlusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorFlusher()
136 explicit nsHtml5LoadFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5LoadFlusher() argument
137 : Runnable("nsHtml5LoadFlusher"), mExecutor(aExecutor) {} in nsHtml5LoadFlusher()
144 nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor, in nsHtml5StreamParser() argument
154 mExecutor(aExecutor), in nsHtml5StreamParser()
173 mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)), in nsHtml5StreamParser()
174 mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)), in nsHtml5StreamParser()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5SpeculativeLoad.cpp36 aExecutor->AddSpeculationCSP( in Perform()
43 aExecutor->PreloadImage( in Perform()
49 aExecutor->PreloadOpenPicture(); in Perform()
52 aExecutor->PreloadEndPicture(); in Perform()
55 aExecutor->PreloadPictureSource( in Perform()
61 aExecutor->PreloadScript( in Perform()
69 aExecutor->PreloadScript( in Perform()
77 aExecutor->PreloadScript( in Perform()
85 aExecutor->PreloadScript( in Perform()
93 aExecutor->PreloadStyle( in Perform()
[all …]
H A DnsHtml5TreeOpExecutor.cpp61 explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorReflusher() argument
62 : Runnable("nsHtml5ExecutorReflusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorReflusher()
89 explicit nsHtml5AutoFlush(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5AutoFlush() argument
90 : mExecutor(aExecutor), mOpsToRemove(aExecutor->OpQueueLength()) { in nsHtml5AutoFlush()
498 explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5FlushLoopGuard() argument
499 : mExecutor(aExecutor) in nsHtml5FlushLoopGuard()
H A DnsHtml5StreamParser.cpp161 explicit nsHtml5ExecutorFlusher(nsHtml5TreeOpExecutor* aExecutor)
162 : Runnable("nsHtml5ExecutorFlusher"), mExecutor(aExecutor) {}
190 explicit nsHtml5LoadFlusher(nsHtml5TreeOpExecutor* aExecutor)
191 : Runnable("nsHtml5LoadFlusher"), mExecutor(aExecutor) {}
198 nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor,
210 mExecutor(aExecutor),
231 mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)),
232 mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)),
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5SpeculativeLoad.cpp36 aExecutor->AddSpeculationCSP( in Perform()
43 aExecutor->PreloadImage( in Perform()
49 aExecutor->PreloadOpenPicture(); in Perform()
52 aExecutor->PreloadEndPicture(); in Perform()
55 aExecutor->PreloadPictureSource( in Perform()
61 aExecutor->PreloadScript( in Perform()
69 aExecutor->PreloadScript( in Perform()
77 aExecutor->PreloadScript( in Perform()
85 aExecutor->PreloadScript( in Perform()
93 aExecutor->PreloadStyle( in Perform()
[all …]
H A DnsHtml5TreeOpExecutor.cpp61 explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorReflusher() argument
62 : Runnable("nsHtml5ExecutorReflusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorReflusher()
89 explicit nsHtml5AutoFlush(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5AutoFlush() argument
90 : mExecutor(aExecutor), mOpsToRemove(aExecutor->OpQueueLength()) { in nsHtml5AutoFlush()
498 explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5FlushLoopGuard() argument
499 : mExecutor(aExecutor) in nsHtml5FlushLoopGuard()
H A DnsHtml5StreamParser.cpp161 explicit nsHtml5ExecutorFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorFlusher() argument
162 : Runnable("nsHtml5ExecutorFlusher"), mExecutor(aExecutor) {} in nsHtml5ExecutorFlusher()
190 explicit nsHtml5LoadFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5LoadFlusher() argument
191 : Runnable("nsHtml5LoadFlusher"), mExecutor(aExecutor) {} in nsHtml5LoadFlusher()
198 nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor, in nsHtml5StreamParser() argument
210 mExecutor(aExecutor), in nsHtml5StreamParser()
231 mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)), in nsHtml5StreamParser()
232 mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)), in nsHtml5StreamParser()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5SpeculativeLoad.cpp24 nsHtml5SpeculativeLoad::Perform(nsHtml5TreeOpExecutor* aExecutor) in Perform() argument
28 aExecutor->SetSpeculationBase(mUrl); in Perform()
31 aExecutor->AddSpeculationCSP(mMetaCSP); in Perform()
34 aExecutor->SetSpeculationReferrerPolicy(mReferrerPolicy); in Perform()
40 aExecutor->PreloadOpenPicture(); in Perform()
43 aExecutor->PreloadEndPicture(); in Perform()
58 aExecutor->PreloadStyle(mUrl, mCharset, mCrossOrigin, mIntegrity); in Perform()
61 aExecutor->ProcessOfflineManifest(mUrl); in Perform()
69 aExecutor->SetDocumentCharsetAndSource(narrowName, in Perform()
78 aExecutor->SetDocumentMode(mode); in Perform()
[all …]
H A DnsHtml5StreamParser.cpp122 explicit nsHtml5ExecutorFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorFlusher() argument
123 : mExecutor(aExecutor) in nsHtml5ExecutorFlusher()
139 explicit nsHtml5LoadFlusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5LoadFlusher() argument
140 : mExecutor(aExecutor) in nsHtml5LoadFlusher()
149 nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor, in nsHtml5StreamParser() argument
154 , mExecutor(aExecutor) in nsHtml5StreamParser()
166 , mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)) in nsHtml5StreamParser()
167 , mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)) in nsHtml5StreamParser()
H A DnsHtml5TreeOpExecutor.cpp53 explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5ExecutorReflusher() argument
54 : mExecutor(aExecutor) in nsHtml5ExecutorReflusher()
311 explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor) in nsHtml5FlushLoopGuard() argument
312 : mExecutor(aExecutor) in nsHtml5FlushLoopGuard()
/dports/editors/libreoffice/libreoffice-7.2.6.2/swext/mediawiki/src/com/sun/star/wiki/
H A DMainThreadDialogExecutor.java42 return GetCallback( xContext, aExecutor ); in Show()
50 return GetCallback( xContext, aExecutor ); in Execute()
55 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( xDialog ); in Close() local
56 aExecutor.m_bClose = true; in Close()
57 aExecutor.m_bCalled = true; // no yielding, asynchronous closing in Close()
58 return GetCallback( xContext, aExecutor ); in Close()
63 if (aExecutor == null) in GetCallback()
85 xRequest.addCallback( aExecutor, Any.VOID ); in GetCallback()
90 while( !aExecutor.m_bCalled ); in GetCallback()
96 aExecutor.notify( Any.VOID ); in GetCallback()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/swext/mediawiki/src/com/sun/star/wiki/
H A DMainThreadDialogExecutor.java42 return GetCallback( xContext, aExecutor ); in Show()
50 return GetCallback( xContext, aExecutor ); in Execute()
55 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( xDialog ); in Close() local
56 aExecutor.m_bClose = true; in Close()
57 aExecutor.m_bCalled = true; // no yielding, asynchronous closing in Close()
58 return GetCallback( xContext, aExecutor ); in Close()
63 if (aExecutor == null) in GetCallback()
85 xRequest.addCallback( aExecutor, Any.VOID ); in GetCallback()
90 while( !aExecutor.m_bCalled ); in GetCallback()
96 aExecutor.notify( Any.VOID ); in GetCallback()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DPanoDetector.cpp150 PoolExecutor aExecutor(_cores); in run() local
160 aExecutor.execute(new ImgDataRunnable(aB->second, *this)); in run()
162 aExecutor.wait(); in run()
185 aExecutor.execute(new MatchDataRunnable(aMD, *this)); in run()
187 aExecutor.wait(); in run()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java240 OnewayExecutor aExecutor = new OnewayExecutor( this , in frameAction() local
243 aExecutor.start(); in frameAction()
278 OnewayExecutor aExecutor = new OnewayExecutor( this , in dispatch() local
281 aExecutor.start(); in dispatch()
H A DStatusListener.java220 OnewayExecutor aExecutor = new OnewayExecutor( this , in frameAction() local
223 aExecutor.start(); in frameAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java240 OnewayExecutor aExecutor = new OnewayExecutor( this , in frameAction() local
243 aExecutor.start(); in frameAction()
278 OnewayExecutor aExecutor = new OnewayExecutor( this , in dispatch() local
281 aExecutor.start(); in dispatch()
H A DStatusListener.java220 OnewayExecutor aExecutor = new OnewayExecutor( this , in frameAction() local
223 aExecutor.start(); in frameAction()

123