Home
last modified time | relevance | path

Searched refs:BrowserThread (Results 1 – 25 of 2060) sorted by relevance

12345678910>>...83

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc29 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) || in UIThreadSearchTermsData()
30 BrowserThread::CurrentlyOn(BrowserThread::UI)); in UIThreadSearchTermsData()
34 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) || in GoogleBaseURLValue()
35 BrowserThread::CurrentlyOn(BrowserThread::UI)); in GoogleBaseURLValue()
44 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) || in GetApplicationLocale()
45 BrowserThread::CurrentlyOn(BrowserThread::UI)); in GetApplicationLocale()
53 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) || in GetRlzParameterValue()
54 BrowserThread::CurrentlyOn(BrowserThread::UI)); in GetRlzParameterValue()
78 BrowserThread::CurrentlyOn(BrowserThread::UI)); in GetSearchClient()
85 BrowserThread::CurrentlyOn(BrowserThread::UI)); in GetSuggestClient()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc46 FROM_HERE, {BrowserThread::IO}, in StartRecognition()
52 FROM_HERE, {BrowserThread::UI}, in StartRecognition()
72 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { in AbortRecognition()
87 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { in StopAudioCapture()
113 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnAudioStart()
127 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnSoundStart()
139 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnSoundEnd()
151 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnAudioEnd()
185 FROM_HERE, {BrowserThread::IO}, in OnRecognitionResults()
201 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnRecognitionError()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc42 DCHECK_CURRENTLY_ON(BrowserThread::IO); in StartRecognition()
61 DCHECK_CURRENTLY_ON(BrowserThread::UI); in StartRecognitionOnUIThread()
71 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { in AbortRecognition()
79 DCHECK_CURRENTLY_ON(BrowserThread::UI); in AbortRecognition()
86 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { in StopAudioCapture()
112 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnAudioStart()
126 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnSoundStart()
138 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnSoundEnd()
150 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnAudioEnd()
200 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnRecognitionError()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/heap_profiling/
H A Dclient_connection_manager.cc84 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingNonRendererChildOnIOThread()
111 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingClientOnIOThread()
121 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingBrowserProcessOnIOThread()
135 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingPidOnIOThread()
164 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingNonRenderersIfNecessaryOnIOThread()
203 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in GetMode()
208 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in StartProfilingProcess()
229 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in AllowedToProfileRenderer()
238 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in StartProfilingExistingProcessesIfNecessary()
268 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in BrowserChildProcessLaunchedAndConnected()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dproxy_config_monitor.cc27 using content::BrowserThread;
30 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in ProxyConfigMonitor()
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in ProxyConfigMonitor()
61 !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in ProxyConfigMonitor()
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in ~ProxyConfigMonitor()
75 !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in ~ProxyConfigMonitor()
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in OnProxyConfigChanged()
111 !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in OnProxyConfigChanged()
135 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in OnPACScriptError()
143 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in OnRequestMaybeFailedDueToProxySettings()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dproxy_config_monitor.cc28 using content::BrowserThread;
31 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in ProxyConfigMonitor()
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in ProxyConfigMonitor()
62 !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in ProxyConfigMonitor()
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in ~ProxyConfigMonitor()
76 !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in ~ProxyConfigMonitor()
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in OnProxyConfigChanged()
112 !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in OnProxyConfigChanged()
136 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in OnPACScriptError()
144 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || in OnRequestMaybeFailedDueToProxySettings()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/
H A Dforwarding_audio_stream_factory.cc40 DCHECK_CURRENTLY_ON(BrowserThread::UI); in BindStreamFactoryFromUIThread()
60 DCHECK_CURRENTLY_ON(BrowserThread::UI); in Core()
66 DCHECK_CURRENTLY_ON(BrowserThread::IO); in ~Core()
86 DCHECK_CURRENTLY_ON(BrowserThread::IO); in CreateInputStream()
104 DCHECK_CURRENTLY_ON(BrowserThread::IO); in AssociateInputAndOutputForAec()
120 DCHECK_CURRENTLY_ON(BrowserThread::IO); in CreateOutputStream()
184 FROM_HERE, {BrowserThread::UI}, in AddLoopbackSink()
194 FROM_HERE, {BrowserThread::UI}, in RemoveLoopbackSink()
243 FROM_HERE, {BrowserThread::IO}, in ~ForwardingAudioStreamFactory()
265 FROM_HERE, {BrowserThread::IO}, in SetMuted()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/heap_profiling/multi_process/
H A Dclient_connection_manager.cc82 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingNonRendererChildOnIOThread()
109 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingClientOnIOThread()
119 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingBrowserProcessOnIOThread()
133 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingPidOnIOThread()
162 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); in StartProfilingNonRenderersIfNecessaryOnIOThread()
201 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in GetMode()
206 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in StartProfilingProcess()
227 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in AllowedToProfileRenderer()
236 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in StartProfilingExistingProcessesIfNecessary()
264 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in BrowserChildProcessLaunchedAndConnected()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dplatform_notification_service_qt.cpp64 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in shown()
70 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in clicked()
76 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in closed()
91 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in clicked()
97 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in closed()
120 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in DisplayNotification()
141 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in DisplayPersistentNotification()
156 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in CloseNotification()
167 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in ClosePersistentNotification()
178 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in GetDisplayedNotifications()
[all …]
H A Dprofile_io_data_qt.cpp73 if (content::BrowserThread::IsThreadInitialized(content::BrowserThread::UI)) in ProfileIODataQt()
79 if (content::BrowserThread::IsThreadInitialized(content::BrowserThread::IO)) in ~ProfileIODataQt()
92 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in shutdownOnUIThread()
100 bool posted = content::BrowserThread::DeleteSoon(content::BrowserThread::IO, FROM_HERE, this); in shutdownOnUIThread()
121 DCHECK_CURRENTLY_ON(content::BrowserThread::IO); in getWeakPtrOnIOThread()
128 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in initializeOnUIThread()
137 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in clearHttpCache()
173 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in setFullConfiguration()
188 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in resetNetworkContext()
273 Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); in FromBrowserContext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Durl_loader_factory_getter.cc62 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::IO) || in URLLoaderFactoryForIOThread()
63 BrowserThread::CurrentlyOn(BrowserThread::IO)); in URLLoaderFactoryForIOThread()
83 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); in CreateLoaderAndStart()
149 DCHECK_CURRENTLY_ON(BrowserThread::UI); in OnStoragePartitionDestroyed()
155 DCHECK_CURRENTLY_ON(BrowserThread::IO); in GetNetworkFactory()
162 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::IO) || in GetNetworkFactoryWithCORBEnabled()
163 BrowserThread::CurrentlyOn(BrowserThread::IO)); in GetNetworkFactoryWithCORBEnabled()
186 FROM_HERE, {BrowserThread::UI}, in GetURLLoaderFactory()
228 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::IO) || in SetGetNetworkFactoryCallbackForTesting()
229 BrowserThread::CurrentlyOn(BrowserThread::IO)); in SetGetNetworkFactoryCallbackForTesting()
[all …]
H A Dbrowser_thread_impl.cc65 task_runners[BrowserThread::ID_COUNT];
77 base::subtle::Atomic32 states[BrowserThread::ID_COUNT] = {};
117 if (identifier_ == BrowserThread::ID::UI) { in BrowserThreadImpl()
126 base::CreateSingleThreadTaskRunner({BrowserThread::IO})); in BrowserThreadImpl()
168 if (BrowserThread::UI < thread && thread < BrowserThread::ID_COUNT) in GetThreadName()
170 if (thread == BrowserThread::UI) in GetThreadName()
176 bool BrowserThread::IsThreadInitialized(ID identifier) { in IsThreadInitialized()
186 bool BrowserThread::CurrentlyOn(ID identifier) { in CurrentlyOn()
215 bool BrowserThread::GetCurrentThreadIdentifier(ID* identifier) { in GetCurrentThreadIdentifier()
235 BrowserThread::GetTaskRunnerForThread(ID identifier) { in GetTaskRunnerForThread()
[all …]
H A Dhost_zoom_map_impl.cc36 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetHostFromProcessView()
55 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetURLFromEntry()
67 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetDefaultForBrowserContext()
75 DCHECK_CURRENTLY_ON(BrowserThread::UI); in Get()
83 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetForWebContents()
96 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetZoomLevel()
104 DCHECK_CURRENTLY_ON(BrowserThread::UI); in PageScaleFactorIsOne()
112 DCHECK_CURRENTLY_ON(BrowserThread::UI); in SetZoomLevel()
120 DCHECK_CURRENTLY_ON(BrowserThread::UI); in SendErrorPageZoomLevelRefresh()
130 DCHECK_CURRENTLY_ON(BrowserThread::UI); in HostZoomMapImpl()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/media/
H A Dmedia_capture_devices_impl.cc19 DCHECK_CURRENTLY_ON(BrowserThread::UI); in EnsureMonitorCaptureDevices()
21 FROM_HERE, {BrowserThread::IO}, in EnsureMonitorCaptureDevices()
40 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetAudioCaptureDevices()
50 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetVideoCaptureDevices()
64 FROM_HERE, {BrowserThread::IO}, in AddVideoCaptureObserver()
77 FROM_HERE, {BrowserThread::IO}, in RemoveAllVideoCaptureObservers()
87 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnAudioCaptureDevicesChanged()
91 FROM_HERE, {BrowserThread::UI}, in OnAudioCaptureDevicesChanged()
99 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnVideoCaptureDevicesChanged()
103 FROM_HERE, {BrowserThread::UI}, in OnVideoCaptureDevicesChanged()
[all …]
H A Dvideo_capture_host.cc35 DCHECK_CURRENTLY_ON(BrowserThread::UI); in ~RenderProcessHostDelegateImpl()
42 DCHECK_CURRENTLY_ON(BrowserThread::UI); in NotifyStreamAdded()
49 DCHECK_CURRENTLY_ON(BrowserThread::UI); in NotifyStreamRemoved()
72 DCHECK_CURRENTLY_ON(BrowserThread::IO); in VideoCaptureHost()
81 DCHECK_CURRENTLY_ON(BrowserThread::IO); in Create()
88 DCHECK_CURRENTLY_ON(BrowserThread::IO); in ~VideoCaptureHost()
113 DCHECK_CURRENTLY_ON(BrowserThread::IO); in OnError()
115 FROM_HERE, {BrowserThread::IO}, in OnError()
124 DCHECK_CURRENTLY_ON(BrowserThread::IO); in OnNewBuffer()
438 FROM_HERE, {BrowserThread::UI}, in NotifyStreamAdded()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/no_state_prefetch/browser/
H A Dprerender_handle.cc14 using content::BrowserThread;
23 DCHECK_CURRENTLY_ON(BrowserThread::UI); in ~PrerenderHandle()
34 DCHECK_CURRENTLY_ON(BrowserThread::UI); in OnNavigateAway()
40 DCHECK_CURRENTLY_ON(BrowserThread::UI); in OnCancel()
46 DCHECK_CURRENTLY_ON(BrowserThread::UI); in IsPrerendering()
52 DCHECK_CURRENTLY_ON(BrowserThread::UI); in IsFinishedLoading()
57 DCHECK_CURRENTLY_ON(BrowserThread::UI); in IsAbandoned()
62 DCHECK_CURRENTLY_ON(BrowserThread::UI); in contents()
69 DCHECK_CURRENTLY_ON(BrowserThread::UI); in PrerenderHandle()
77 DCHECK_CURRENTLY_ON(BrowserThread::UI); in OnPrerenderStart()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/cloud_print/
H A Dprivet_traffic_detector.cc36 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in OnGetNetworkList()
60 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in GetNetworkListOnUIThread()
70 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in CreateUDPSocketOnUIThread()
86 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in PrivetTrafficDetector()
94 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in ~PrivetTrafficDetector()
101 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in OnConnectionChanged()
103 FROM_HERE, {content::BrowserThread::IO}, in OnConnectionChanged()
114 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in Helper()
118 DCHECK_CURRENTLY_ON(content::BrowserThread::IO); in ~Helper()
123 DCHECK_CURRENTLY_ON(content::BrowserThread::IO); in HandleConnectionChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dglobal_shortcut_listener.cc12 using content::BrowserThread;
18 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in GlobalShortcutListener()
22 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in ~GlobalShortcutListener()
28 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in RegisterAccelerator()
53 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in UnregisterAccelerator()
70 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in UnregisterAccelerators()
86 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in SetShortcutHandlingSuspended()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/fuzzer/
H A Dcontroller_presentation_service_delegate_for_fuzzing.cc30 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in ~ControllerPresentationServiceDelegateForFuzzing()
39 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in AddObserver()
47 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in RemoveObserver()
162 FROM_HERE, {content::BrowserThread::UI}, in HandleListenersGetAvailabilityUrl()
188 FROM_HERE, {content::BrowserThread::UI}, in HandleListenersOnScreenAvailabilityChanged()
214 FROM_HERE, {content::BrowserThread::UI}, in HandleSetDefaultPresentationUrls()
238 FROM_HERE, {content::BrowserThread::UI}, in HandleStartPresentationSuccess()
263 FROM_HERE, {content::BrowserThread::UI}, in HandleStartPresentationError()
286 FROM_HERE, {content::BrowserThread::UI}, in HandleReconnectPresentationSuccess()
309 FROM_HERE, {content::BrowserThread::UI}, in HandleReconnectPresentationError()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Dmedia_capture_devices_dispatcher.cc62 using content::BrowserThread;
97 DCHECK_CURRENTLY_ON(BrowserThread::UI); in MediaCaptureDevicesDispatcher()
149 DCHECK_CURRENTLY_ON(BrowserThread::UI); in AddObserver()
155 DCHECK_CURRENTLY_ON(BrowserThread::UI); in RemoveObserver()
161 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetAudioCaptureDevices()
330 FROM_HERE, {BrowserThread::UI}, in OnAudioCaptureDevicesChanged()
339 FROM_HERE, {BrowserThread::UI}, in OnVideoCaptureDevicesChanged()
354 FROM_HERE, {BrowserThread::UI}, in OnMediaRequestStateChanged()
368 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in OnCreatingAudioStream()
375 FROM_HERE, {BrowserThread::UI}, in OnCreatingAudioStream()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dhost_zoom_map_impl.cc35 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetHostFromProcessView()
54 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetURLFromEntry()
66 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetDefaultForBrowserContext()
74 DCHECK_CURRENTLY_ON(BrowserThread::UI); in Get()
82 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetForWebContents()
95 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetZoomLevel()
103 DCHECK_CURRENTLY_ON(BrowserThread::UI); in PageScaleFactorIsOne()
111 DCHECK_CURRENTLY_ON(BrowserThread::UI); in SetZoomLevel()
119 DCHECK_CURRENTLY_ON(BrowserThread::UI); in SendErrorPageZoomLevelRefresh()
129 DCHECK_CURRENTLY_ON(BrowserThread::UI); in HostZoomMapImpl()
[all …]
H A Durl_loader_factory_getter.cc61 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::IO) || in URLLoaderFactoryForIOThread()
62 BrowserThread::CurrentlyOn(BrowserThread::IO)); in URLLoaderFactoryForIOThread()
69 DCHECK_CURRENTLY_ON(BrowserThread::IO); in URLLoaderFactoryForIOThread()
82 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); in CreateLoaderAndStart()
148 DCHECK_CURRENTLY_ON(BrowserThread::UI); in OnStoragePartitionDestroyed()
154 DCHECK_CURRENTLY_ON(BrowserThread::IO); in GetNetworkFactory()
161 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::IO) || in GetNetworkFactoryWithCORBEnabled()
162 BrowserThread::CurrentlyOn(BrowserThread::IO)); in GetNetworkFactoryWithCORBEnabled()
175 DCHECK_CURRENTLY_ON(BrowserThread::IO); in GetURLLoaderFactory()
227 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::IO) || in SetGetNetworkFactoryCallbackForTesting()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/net/
H A Dproxy_config_monitor.cpp62 using content::BrowserThread;
66 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); in ProxyConfigMonitor()
70 prefs, base::CreateSingleThreadTaskRunner({ BrowserThread::UI }))); in ProxyConfigMonitor()
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) in ~ProxyConfigMonitor()
78 || !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in ~ProxyConfigMonitor()
104 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) in OnProxyConfigChanged()
105 || !BrowserThread::IsThreadInitialized(BrowserThread::UI)); in OnProxyConfigChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/
H A Dforwarding_audio_stream_factory.cc39 DCHECK_CURRENTLY_ON(BrowserThread::UI); in BindStreamFactoryFromUIThread()
59 DCHECK_CURRENTLY_ON(BrowserThread::UI); in Core()
65 DCHECK_CURRENTLY_ON(BrowserThread::IO); in ~Core()
84 DCHECK_CURRENTLY_ON(BrowserThread::IO); in CreateInputStream()
101 DCHECK_CURRENTLY_ON(BrowserThread::IO); in AssociateInputAndOutputForAec()
116 DCHECK_CURRENTLY_ON(BrowserThread::IO); in CreateOutputStream()
139 DCHECK_CURRENTLY_ON(BrowserThread::IO); in CreateLoopbackStream()
160 DCHECK_CURRENTLY_ON(BrowserThread::IO); in SetMuted()
177 DCHECK_CURRENTLY_ON(BrowserThread::IO); in AddLoopbackSink()
187 DCHECK_CURRENTLY_ON(BrowserThread::IO); in RemoveLoopbackSink()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/media/
H A Dpeer_connection_tracker_host.cc21 DCHECK_CURRENTLY_ON(BrowserThread::UI); in PeerConnectionTrackerHost()
34 DCHECK_CURRENTLY_ON(BrowserThread::UI); in ~PeerConnectionTrackerHost()
40 DCHECK_CURRENTLY_ON(BrowserThread::UI); in AddPeerConnection()
57 DCHECK_CURRENTLY_ON(BrowserThread::UI); in RemovePeerConnection()
73 DCHECK_CURRENTLY_ON(BrowserThread::UI); in UpdatePeerConnection()
93 DCHECK_CURRENTLY_ON(BrowserThread::UI); in OnPeerConnectionSessionIdSet()
103 DCHECK_CURRENTLY_ON(BrowserThread::UI); in AddStandardStats()
111 DCHECK_CURRENTLY_ON(BrowserThread::UI); in AddLegacyStats()
124 DCHECK_CURRENTLY_ON(BrowserThread::UI); in GetUserMedia()
137 DCHECK_CURRENTLY_ON(BrowserThread::UI); in WebRtcEventLogWrite()
[all …]

12345678910>>...83