Searched refs:shouldBlockScriptExecution (Results 1 – 9 of 9) sorted by relevance
50 inline bool HTMLImportStateResolver::shouldBlockScriptExecution() const in shouldBlockScriptExecution() function in WebCore::HTMLImportStateResolver75 if (shouldBlockScriptExecution()) in resolve()
139 bool HTMLImportsController::shouldBlockScriptExecution(const Document& document) const in shouldBlockScriptExecution() function in WebCore::HTMLImportsController143 return loader->shouldBlockScriptExecution(); in shouldBlockScriptExecution()144 return root()->state().shouldBlockScriptExecution(); in shouldBlockScriptExecution()
51 bool shouldBlockScriptExecution() const;
208 bool HTMLImportLoader::shouldBlockScriptExecution() const in shouldBlockScriptExecution() function in WebCore::HTMLImportLoader210 return firstImport()->state().shouldBlockScriptExecution(); in shouldBlockScriptExecution()
51 bool shouldBlockScriptExecution() const { return checkedValue() <= BlockingScriptExecution; } in shouldBlockScriptExecution() function
67 bool shouldBlockScriptExecution(const Document&) const;
84 bool shouldBlockScriptExecution() const;
82 if (!state().shouldBlockScriptExecution()) { in stateDidChange()
853 return !m_importsController->shouldBlockScriptExecution(*this); in haveImportsLoaded()