shouldBlockScriptExecution  811 Source/core/dom/Document.cpp     return !m_import || !m_import->state().shouldBlockScriptExecution();
shouldBlockScriptExecution   68 Source/core/html/imports/HTMLImport.cpp     if (!state().shouldBlockScriptExecution()) {
shouldBlockScriptExecution   52 Source/core/html/imports/HTMLImportState.h     bool shouldBlockScriptExecution() const { return checkedValue() <= BlockingScriptExecution; }
shouldBlockScriptExecution   79 Source/core/html/imports/HTMLImportStateResolver.cpp     if (shouldBlockScriptExecution())
shouldBlockScriptExecution   52 Source/core/html/imports/HTMLImportStateResolver.h     bool shouldBlockScriptExecution() const;