Searched refs:shouldBlockScriptExecution (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportStateResolver.h51 bool shouldBlockScriptExecution() const;
H A DHTMLImportStateResolver.cpp50 inline bool HTMLImportStateResolver::shouldBlockScriptExecution() const function in class:blink::HTMLImportStateResolver
75 if (shouldBlockScriptExecution())
H A DHTMLImportState.h51 bool shouldBlockScriptExecution() const { return checkedValue() <= BlockingScriptExecution; } function in class:blink::HTMLImportState
H A DHTMLImportsController.cpp139 bool HTMLImportsController::shouldBlockScriptExecution(const Document& document) const function in class:blink::HTMLImportsController
143 return loader->shouldBlockScriptExecution();
144 return root()->state().shouldBlockScriptExecution();
H A DHTMLImportsController.h67 bool shouldBlockScriptExecution(const Document&) const;
H A DHTMLImportLoader.cpp217 bool HTMLImportLoader::shouldBlockScriptExecution() const function in class:blink::HTMLImportLoader
219 return firstImport()->state().shouldBlockScriptExecution();
H A DHTMLImportLoader.h85 bool shouldBlockScriptExecution() const;
H A DHTMLImport.cpp83 if (!state().shouldBlockScriptExecution()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp884 return !m_importsController->shouldBlockScriptExecution(*this);

Completed in 79 milliseconds