HomeSort by relevance Sort by last modified time
    Searched defs:shouldBlockScriptExecution (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportStateResolver.cpp 50 inline bool HTMLImportStateResolver::shouldBlockScriptExecution() const
75 if (shouldBlockScriptExecution())
HTMLImportState.h 51 bool shouldBlockScriptExecution() const { return checkedValue() <= BlockingScriptExecution; }
HTMLImportLoader.cpp 208 bool HTMLImportLoader::shouldBlockScriptExecution() const
210 return firstImport()->state().shouldBlockScriptExecution();
HTMLImportsController.cpp 139 bool HTMLImportsController::shouldBlockScriptExecution(const Document& document) const
143 return loader->shouldBlockScriptExecution();
144 return root()->state().shouldBlockScriptExecution();

Completed in 202 milliseconds