shouldBlockDocumentCreation 93 Source/core/html/imports/HTMLImportChild.cpp if (state().shouldBlockDocumentCreation()) shouldBlockDocumentCreation 169 Source/core/html/imports/HTMLImportChild.cpp if (!state().shouldBlockDocumentCreation()) shouldBlockDocumentCreation 188 Source/core/html/imports/HTMLImportChild.cpp ASSERT(!state().shouldBlockDocumentCreation()); shouldBlockDocumentCreation 53 Source/core/html/imports/HTMLImportState.h bool shouldBlockDocumentCreation() const { return checkedValue() <= BlockingDocumentCreation; } shouldBlockDocumentCreation 77 Source/core/html/imports/HTMLImportStateResolver.cpp if (shouldBlockDocumentCreation()) shouldBlockDocumentCreation 51 Source/core/html/imports/HTMLImportStateResolver.h bool shouldBlockDocumentCreation() const;