Home
last modified time | relevance | path

Searched refs:nsIRunnable (Results 1 – 25 of 2141) sorted by relevance

12345678910>>...86

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierProxies.cpp29 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
99 nsCOMPtr<nsIRunnable> r = in FinishStream()
107 nsCOMPtr<nsIRunnable> r = in FinishUpdate()
115 nsCOMPtr<nsIRunnable> r = in CancelUpdate()
139 nsCOMPtr<nsIRunnable> r = in ClearCache()
146 nsCOMPtr<nsIRunnable> r = in OpenDb()
153 nsCOMPtr<nsIRunnable> r = in CloseDb()
160 nsCOMPtr<nsIRunnable> r = in PreShutdown()
192 nsCOMPtr<nsIRunnable> r = in GetCacheInfo()
223 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/
H A DnsUrlClassifierProxies.cpp29 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
99 nsCOMPtr<nsIRunnable> r = in FinishStream()
107 nsCOMPtr<nsIRunnable> r = in FinishUpdate()
115 nsCOMPtr<nsIRunnable> r = in CancelUpdate()
139 nsCOMPtr<nsIRunnable> r = in ClearCache()
146 nsCOMPtr<nsIRunnable> r = in OpenDb()
153 nsCOMPtr<nsIRunnable> r = in CloseDb()
160 nsCOMPtr<nsIRunnable> r = in PreShutdown()
192 nsCOMPtr<nsIRunnable> r = in GetCacheInfo()
223 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/
H A DnsUrlClassifierProxies.cpp29 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
99 nsCOMPtr<nsIRunnable> r = in FinishStream()
107 nsCOMPtr<nsIRunnable> r = in FinishUpdate()
115 nsCOMPtr<nsIRunnable> r = in CancelUpdate()
139 nsCOMPtr<nsIRunnable> r = in ClearCache()
146 nsCOMPtr<nsIRunnable> r = in OpenDb()
153 nsCOMPtr<nsIRunnable> r = in CloseDb()
160 nsCOMPtr<nsIRunnable> r = in PreShutdown()
192 nsCOMPtr<nsIRunnable> r = in GetCacheInfo()
223 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/
H A DnsUrlClassifierProxies.cpp29 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
99 nsCOMPtr<nsIRunnable> r = in FinishStream()
107 nsCOMPtr<nsIRunnable> r = in FinishUpdate()
115 nsCOMPtr<nsIRunnable> r = in CancelUpdate()
139 nsCOMPtr<nsIRunnable> r = in ClearCache()
146 nsCOMPtr<nsIRunnable> r = in OpenDb()
153 nsCOMPtr<nsIRunnable> r = in CloseDb()
160 nsCOMPtr<nsIRunnable> r = in PreShutdown()
192 nsCOMPtr<nsIRunnable> r = in GetCacheInfo()
223 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierProxies.cpp27 nsCOMPtr<nsIRunnable> r = in NS_IMPL_ISUPPORTS()
97 nsCOMPtr<nsIRunnable> r = in FinishStream()
117 nsCOMPtr<nsIRunnable> r = in DoLocalLookup()
128 nsCOMPtr<nsIRunnable> r = in FinishUpdate()
136 nsCOMPtr<nsIRunnable> r = in CancelUpdate()
160 nsCOMPtr<nsIRunnable> r = in ClearCache()
167 nsCOMPtr<nsIRunnable> r = in OpenDb()
174 nsCOMPtr<nsIRunnable> r = in CloseDb()
181 nsCOMPtr<nsIRunnable> r = in PreShutdown()
212 nsCOMPtr<nsIRunnable> r = in GetCacheInfo()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DnsUrlClassifierProxies.cpp85 nsCOMPtr<nsIRunnable> r = in BeginStream()
100 nsCOMPtr<nsIRunnable> r = in UpdateStream()
115 nsCOMPtr<nsIRunnable> r = in FinishStream()
149 nsCOMPtr<nsIRunnable> r = in FinishUpdate()
158 nsCOMPtr<nsIRunnable> r = in CancelUpdate()
167 nsCOMPtr<nsIRunnable> r = in ResetDatabase()
176 nsCOMPtr<nsIRunnable> r = in ReloadDatabase()
185 nsCOMPtr<nsIRunnable> r = in OpenDb()
194 nsCOMPtr<nsIRunnable> r = in CloseDb()
232 nsCOMPtr<nsIRunnable> r = in SetLastUpdateTime()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DnsThreadUtils.cpp59 NS_IMPL_ISUPPORTS(Runnable, nsIRunnable) in NS_IMPL_ISUPPORTS() argument
190 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
197 nsIRunnable* temp = event.get(); in NS_DispatchToCurrentThread()
212 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
237 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToMainThread()
243 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DelayedDispatchToCurrentThread()
256 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToThreadQueue()
263 nsIRunnable* temp = event.get(); in NS_DispatchToThreadQueue()
364 nsCOMPtr<nsIRunnable> mRunnable;
501 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchBackgroundTask()
[all …]
H A DTaskDispatcher.h27 void AddTask(already_AddRefed<nsIRunnable> aRunnable) { in AddTask()
40 nsCOMPtr<nsIRunnable> r = std::move(queue.front()); in DrainTasks()
52 Maybe<std::queue<nsCOMPtr<nsIRunnable>>> mTasks;
79 virtual void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) = 0;
90 already_AddRefed<nsIRunnable> aRunnable) = 0;
135 void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) override { in AddDirectTask()
142 nsCOMPtr<nsIRunnable> r = aRunnable; in AddStateChangeTask()
148 already_AddRefed<nsIRunnable> aRunnable) override { in AddTask()
149 nsCOMPtr<nsIRunnable> r = aRunnable; in AddTask()
203 nsTArray<nsCOMPtr<nsIRunnable>> mStateChangeTasks;
[all …]
H A DAbstractThread.cpp58 nsresult Dispatch(already_AddRefed<nsIRunnable> aRunnable, in Dispatch()
60 nsCOMPtr<nsIRunnable> r = aRunnable; in Dispatch()
90 RefPtr<nsIRunnable> runner = new Runner(this, r.forget()); in Dispatch()
202 already_AddRefed<nsIRunnable> aRunnable) in Runner()
231 const RefPtr<nsIRunnable> mRunnable;
258 nsCOMPtr<nsIRunnable> event(aEvent); in DispatchFromScript()
271 nsCOMPtr<nsIRunnable> event = aEvent; in DelayedDispatch()
341 already_AddRefed<nsIRunnable> aRunnable) { in DispatchStateChange()
354 nsCOMPtr<nsIRunnable> neverDispatched = aRunnable; in DispatchStateChange()
360 already_AddRefed<nsIRunnable> aRunnable) { in DispatchDirectTask()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DnsThreadUtils.cpp60 NS_IMPL_ISUPPORTS(Runnable, nsIRunnable) in NS_IMPL_ISUPPORTS() argument
191 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
198 nsIRunnable* temp = event.get(); in NS_DispatchToCurrentThread()
213 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
238 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToMainThread()
244 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DelayedDispatchToCurrentThread()
257 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToThreadQueue()
264 nsIRunnable* temp = event.get(); in NS_DispatchToThreadQueue()
365 nsCOMPtr<nsIRunnable> mRunnable;
506 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchBackgroundTask()
[all …]
H A DTaskDispatcher.h28 void AddTask(already_AddRefed<nsIRunnable> aRunnable) { in AddTask()
41 nsCOMPtr<nsIRunnable> r = std::move(queue.front()); in DrainTasks()
54 Maybe<std::queue<nsCOMPtr<nsIRunnable>>> mTasks;
81 virtual void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) = 0;
92 already_AddRefed<nsIRunnable> aRunnable) = 0;
137 void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) override { in AddDirectTask()
144 nsCOMPtr<nsIRunnable> r = aRunnable; in AddStateChangeTask()
150 already_AddRefed<nsIRunnable> aRunnable) override { in AddTask()
151 nsCOMPtr<nsIRunnable> r = aRunnable; in AddTask()
205 nsTArray<nsCOMPtr<nsIRunnable>> mStateChangeTasks;
[all …]
H A DAbstractThread.h17 class nsIRunnable; variable
62 NS_IMETHOD Dispatch(already_AddRefed<nsIRunnable> event,
64 NS_IMETHOD DispatchFromScript(nsIRunnable* event, uint32_t flags) override;
65 NS_IMETHOD DelayedDispatch(already_AddRefed<nsIRunnable> event,
69 virtual nsresult Dispatch(already_AddRefed<nsIRunnable> aRunnable,
116 void DispatchStateChange(already_AddRefed<nsIRunnable> aRunnable);
118 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
H A DAbstractThread.cpp61 nsresult Dispatch(already_AddRefed<nsIRunnable> aRunnable, in Dispatch()
63 nsCOMPtr<nsIRunnable> r = aRunnable; in Dispatch()
93 RefPtr<nsIRunnable> runner = new Runner(this, r.forget()); in Dispatch()
206 already_AddRefed<nsIRunnable> aRunnable) in Runner()
236 const RefPtr<nsIRunnable> mRunnable;
263 nsCOMPtr<nsIRunnable> event(aEvent); in DispatchFromScript()
268 AbstractThread::Dispatch(already_AddRefed<nsIRunnable> aEvent, in Dispatch()
276 nsCOMPtr<nsIRunnable> event = aEvent; in DelayedDispatch()
346 already_AddRefed<nsIRunnable> aRunnable) { in DispatchStateChange()
359 nsCOMPtr<nsIRunnable> neverDispatched = aRunnable; in DispatchStateChange()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DnsThreadUtils.cpp59 NS_IMPL_ISUPPORTS(Runnable, nsIRunnable) in NS_IMPL_ISUPPORTS() argument
190 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
197 nsIRunnable* temp = event.get(); in NS_DispatchToCurrentThread()
212 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
237 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToMainThread()
243 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DelayedDispatchToCurrentThread()
256 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToThreadQueue()
263 nsIRunnable* temp = event.get(); in NS_DispatchToThreadQueue()
364 nsCOMPtr<nsIRunnable> mRunnable;
501 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchBackgroundTask()
[all …]
H A DTaskDispatcher.h27 void AddTask(already_AddRefed<nsIRunnable> aRunnable) { in AddTask()
40 nsCOMPtr<nsIRunnable> r = std::move(queue.front()); in DrainTasks()
52 Maybe<std::queue<nsCOMPtr<nsIRunnable>>> mTasks;
79 virtual void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) = 0;
90 already_AddRefed<nsIRunnable> aRunnable) = 0;
135 void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) override { in AddDirectTask()
142 nsCOMPtr<nsIRunnable> r = aRunnable; in AddStateChangeTask()
148 already_AddRefed<nsIRunnable> aRunnable) override { in AddTask()
149 nsCOMPtr<nsIRunnable> r = aRunnable; in AddTask()
203 nsTArray<nsCOMPtr<nsIRunnable>> mStateChangeTasks;
[all …]
H A DAbstractThread.cpp58 nsresult Dispatch(already_AddRefed<nsIRunnable> aRunnable, in Dispatch()
60 nsCOMPtr<nsIRunnable> r = aRunnable; in Dispatch()
90 RefPtr<nsIRunnable> runner = new Runner(this, r.forget()); in Dispatch()
202 already_AddRefed<nsIRunnable> aRunnable) in Runner()
231 const RefPtr<nsIRunnable> mRunnable;
258 nsCOMPtr<nsIRunnable> event(aEvent); in DispatchFromScript()
271 nsCOMPtr<nsIRunnable> event = aEvent; in DelayedDispatch()
341 already_AddRefed<nsIRunnable> aRunnable) { in DispatchStateChange()
354 nsCOMPtr<nsIRunnable> neverDispatched = aRunnable; in DispatchStateChange()
360 already_AddRefed<nsIRunnable> aRunnable) { in DispatchDirectTask()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DnsThreadUtils.cpp61 NS_IMPL_ISUPPORTS(Runnable, nsIRunnable) in NS_IMPL_ISUPPORTS() argument
215 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
230 nsIRunnable* temp = event.get(); in NS_DispatchToCurrentThread()
245 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
270 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToMainThread()
276 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DelayedDispatchToCurrentThread()
298 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToThreadQueue()
305 nsIRunnable* temp = event.get(); in NS_DispatchToThreadQueue()
388 nsCOMPtr<nsIRunnable> mRunnable;
538 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchBackgroundTask()
[all …]
H A DTaskDispatcher.h47 virtual void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) = 0;
58 already_AddRefed<nsIRunnable> aRunnable) = 0;
97 nsCOMPtr<nsIRunnable> r = mDirectTasks->front(); in DrainDirectTasks()
103 void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) override { in AddDirectTask()
112 nsCOMPtr<nsIRunnable> r = aRunnable; in AddStateChangeTask()
118 already_AddRefed<nsIRunnable> aRunnable) override { in AddTask()
119 nsCOMPtr<nsIRunnable> r = aRunnable; in AddTask()
173 nsTArray<nsCOMPtr<nsIRunnable>> mStateChangeTasks;
174 nsTArray<nsCOMPtr<nsIRunnable>> mRegularTasks;
244 nsCOMPtr<nsIRunnable> r = new TaskGroupRunnable(std::move(aGroup)); in DispatchTaskGroup()
[all …]
H A DSchedulerGroup.h23 class nsIRunnable; variable
57 Runnable(already_AddRefed<nsIRunnable>&& aRunnable,
77 nsCOMPtr<nsIRunnable> mRunnable;
83 already_AddRefed<nsIRunnable>&& aRunnable);
86 already_AddRefed<nsIRunnable>&& aRunnable);
93 TaskCategory aCategory, already_AddRefed<nsIRunnable>&& aRunnable,
101 already_AddRefed<nsIRunnable>&& aRunnable,
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DnsThreadUtils.cpp190 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
205 nsIRunnable* temp = event.get(); in NS_DispatchToCurrentThread()
220 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
226 LeakRefPtr<nsIRunnable> event(Move(aEvent)); in NS_DispatchToMainThread()
245 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToMainThread()
251 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DelayedDispatchToCurrentThread()
272 nsCOMPtr<nsIRunnable> event(aEvent); in NS_IdleDispatchToThread()
279 nsIRunnable* temp = event.get(); in NS_IdleDispatchToThread()
292 already_AddRefed<nsIRunnable>&& aEvent) { in NS_IdleDispatchToCurrentThread()
347 nsCOMPtr<nsIRunnable> mRunnable;
[all …]
H A DTaskDispatcher.h47 virtual void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) = 0;
58 already_AddRefed<nsIRunnable> aRunnable) = 0;
97 nsCOMPtr<nsIRunnable> r = mDirectTasks->front(); in DrainDirectTasks()
103 void AddDirectTask(already_AddRefed<nsIRunnable> aRunnable) override { in AddDirectTask()
112 nsCOMPtr<nsIRunnable> r = aRunnable; in AddStateChangeTask()
118 already_AddRefed<nsIRunnable> aRunnable) override { in AddTask()
119 nsCOMPtr<nsIRunnable> r = aRunnable; in AddTask()
173 nsTArray<nsCOMPtr<nsIRunnable>> mStateChangeTasks;
174 nsTArray<nsCOMPtr<nsIRunnable>> mRegularTasks;
244 nsCOMPtr<nsIRunnable> r = new TaskGroupRunnable(Move(aGroup)); in DispatchTaskGroup()
[all …]
H A DAbstractThread.h67 NS_IMETHOD Dispatch(already_AddRefed<nsIRunnable> event,
69 NS_IMETHOD DispatchFromScript(nsIRunnable* event, uint32_t flags) override;
70 NS_IMETHOD DelayedDispatch(already_AddRefed<nsIRunnable> event,
74 virtual nsresult Dispatch(already_AddRefed<nsIRunnable> aRunnable,
117 void DispatchStateChange(already_AddRefed<nsIRunnable> aRunnable);
119 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
123 virtual already_AddRefed<nsIRunnable> CreateDirectTaskDrainer( in CreateDirectTaskDrainer()
124 already_AddRefed<nsIRunnable> aRunnable) { in CreateDirectTaskDrainer()
H A DAbstractThread.cpp55 RefPtr<nsIRunnable> runner( in Dispatch()
81 nsCOMPtr<nsIRunnable> event = in TailDispatcher()
101 virtual already_AddRefed<nsIRunnable> CreateDirectTaskDrainer( in CreateDirectTaskDrainer()
102 already_AddRefed<nsIRunnable> aRunnable) override { in CreateDirectTaskDrainer()
126 already_AddRefed<nsIRunnable> aRunnable, in Runner()
178 RefPtr<nsIRunnable> mRunnable;
196 nsCOMPtr<nsIRunnable> event(aEvent); in DispatchFromScript()
201 AbstractThread::Dispatch(already_AddRefed<nsIRunnable> aEvent, in Dispatch()
266 already_AddRefed<nsIRunnable> aRunnable) { in DispatchStateChange()
271 already_AddRefed<nsIRunnable> aRunnable) { in DispatchDirectTask()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsThreadUtils.cpp45 NS_IMPL_ISUPPORTS(Runnable, nsIRunnable) in NS_IMPL_ISUPPORTS() argument
161 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
176 nsIRunnable* temp = event.get(); in NS_DispatchToCurrentThread()
191 NS_DispatchToCurrentThread(nsIRunnable* aEvent) in NS_DispatchToCurrentThread()
193 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToCurrentThread()
200 LeakRefPtr<nsIRunnable> event(Move(aEvent)); in NS_DispatchToMainThread()
220 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DispatchToMainThread()
227 nsCOMPtr<nsIRunnable> event(aEvent); in NS_DelayedDispatchToCurrentThread()
249 nsCOMPtr<nsIRunnable> event(aEvent); in NS_IdleDispatchToCurrentThread()
264 nsIRunnable* temp = event.get(); in NS_IdleDispatchToCurrentThread()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DCallWorkerThread.h31 nsresult Dispatch(already_AddRefed<nsIRunnable> aRunnable,
37 DelayedDispatch(already_AddRefed<nsIRunnable> aEvent,
54 nsresult CallWorkerThread::Dispatch(already_AddRefed<nsIRunnable> aRunnable, in Dispatch()
56 RefPtr<nsIRunnable> runnable = aRunnable; in Dispatch()
75 CallWorkerThread::DelayedDispatch(already_AddRefed<nsIRunnable> aEvent, in DelayedDispatch()
77 RefPtr<nsIRunnable> event = aEvent; in DelayedDispatch()
87 CallWorkerThread::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask()
88 nsCOMPtr<nsIRunnable> event = aEvent; in DispatchDirectTask()

12345678910>>...86