BlockingDocumentCreation   48 Source/core/html/imports/HTMLImportState.h     explicit HTMLImportState(Value value = BlockingDocumentCreation)
BlockingDocumentCreation   53 Source/core/html/imports/HTMLImportState.h     bool shouldBlockDocumentCreation() const { return checkedValue() <= BlockingDocumentCreation; }
BlockingDocumentCreation   65 Source/core/html/imports/HTMLImportState.h     static HTMLImportState blockedState() { return HTMLImportState(BlockingDocumentCreation); }
BlockingDocumentCreation   78 Source/core/html/imports/HTMLImportStateResolver.cpp         return HTMLImportState(HTMLImportState::BlockingDocumentCreation);