Home
last modified time | relevance | path

Searched refs:IsContextClosed (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_context.cc234 if (IsContextClosed()) { in resumeContext()
327 if (IsContextClosed()) { in closeContext()
359 bool AudioContext::IsContextClosed() const { in IsContextClosed() function in blink::AudioContext
360 return close_resolver_ || BaseAudioContext::IsContextClosed(); in IsContextClosed()
H A Doffline_audio_context.cc174 if (IsContextClosed()) { in startOfflineRendering()
330 if (IsContextClosed()) { in resumeContext()
H A Daudio_context.h53 bool IsContextClosed() const final;
H A Daudio_worklet_node.cc318 if (context->IsContextClosed()) { in Create()
379 return !context()->IsContextClosed(); in HasPendingActivity()
H A Dbase_audio_context.cc226 if (IsContextClosed() && GetDocument()) { in WarnIfContextClosed()
236 if (IsContextClosed() && GetDocument()) { in WarnForConnectionIfContextClosed()
276 if (!IsContextClosed()) { in createBuffer()
H A Dbase_audio_context.h295 virtual bool IsContextClosed() const { return is_cleared_; } in IsContextClosed() function
H A Dscript_processor_node.cc501 if (context()->IsContextClosed()) in HasPendingActivity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_context.cc235 if (IsContextClosed()) { in resumeContext()
328 if (IsContextClosed()) { in closeContext()
360 bool AudioContext::IsContextClosed() const { in IsContextClosed() function in blink::AudioContext
361 return close_resolver_ || BaseAudioContext::IsContextClosed(); in IsContextClosed()
H A Doffline_audio_context.cc175 if (IsContextClosed()) { in startOfflineRendering()
331 if (IsContextClosed()) { in resumeContext()
H A Daudio_context.h54 bool IsContextClosed() const final;
H A Dbase_audio_context.cc225 if (IsContextClosed() && GetDocument()) { in WarnIfContextClosed()
235 if (IsContextClosed() && GetDocument()) { in WarnForConnectionIfContextClosed()
275 if (!IsContextClosed()) { in createBuffer()
H A Daudio_worklet_node.cc339 if (context->IsContextClosed()) { in Create()
407 return !context()->IsContextClosed(); in HasPendingActivity()
H A Dbase_audio_context.h294 virtual bool IsContextClosed() const { return is_cleared_; } in IsContextClosed() function
H A Dscript_processor_node.cc501 if (context()->IsContextClosed()) in HasPendingActivity()