shouldClose 971 Source/core/frame/DOMWindow.cpp if (!m_frame->loader().shouldClose()) shouldClose 477 Source/core/html/parser/HTMLTreeBuilder.cpp template <bool shouldClose(const HTMLStackItem*)> shouldClose 484 Source/core/html/parser/HTMLTreeBuilder.cpp if (shouldClose(item.get())) { shouldClose 181 Source/core/html/parser/HTMLTreeBuilder.h template <bool shouldClose(const HTMLStackItem*)> shouldClose 1213 Source/core/loader/FrameLoader.cpp bool shouldClose = false; shouldClose 1227 Source/core/loader/FrameLoader.cpp shouldClose = true; shouldClose 1229 Source/core/loader/FrameLoader.cpp return shouldClose; shouldClose 1265 Source/core/loader/FrameLoader.cpp if ((!m_policyDocumentLoader->shouldContinueForNavigationPolicy(request) || !shouldClose()) && m_policyDocumentLoader) { shouldClose 180 Source/core/loader/FrameLoader.h bool shouldClose(); shouldClose 733 Source/web/WebFrameImpl.cpp return frame()->loader().shouldClose();