Searched defs:shouldBlockScriptExecution (Results 1 – 4 of 4) sorted by relevance
50 inline bool HTMLImportStateResolver::shouldBlockScriptExecution() const in shouldBlockScriptExecution() function in blink::HTMLImportStateResolver
51 bool shouldBlockScriptExecution() const { return checkedValue() <= BlockingScriptExecution; } in shouldBlockScriptExecution() function
139 bool HTMLImportsController::shouldBlockScriptExecution(const Document& document) const in shouldBlockScriptExecution() function in blink::HTMLImportsController
217 bool HTMLImportLoader::shouldBlockScriptExecution() const in shouldBlockScriptExecution() function in blink::HTMLImportLoader