Home
last modified time | relevance | path

Searched defs:IsContextDestroyed (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dactive_script_wrappable.h43 bool IsContextDestroyed() const final { in IsContextDestroyed() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dactive_script_wrappable.h50 bool IsContextDestroyed() const final { in IsContextDestroyed() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/
H A Dxr_system.h120 bool IsContextDestroyed() const { return is_context_destroyed_; } in IsContextDestroyed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/xr/
H A Dxr_system.h129 bool IsContextDestroyed() const { return is_context_destroyed_; } in IsContextDestroyed() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/execution_context/
H A Dexecution_context.h226 bool IsContextDestroyed() const { return is_context_destroyed_; } in IsContextDestroyed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/execution_context/
H A Dexecution_context.h241 bool IsContextDestroyed() const { return is_context_destroyed_; } in IsContextDestroyed() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument.cc1053 bool Document::IsContextDestroyed() const { in IsContextDestroyed() function in blink::Document