Home | History | Annotate | Download | only in loader

Lines Matching defs:shouldClose

1549 bool FrameLoader::shouldClose()
1561 bool shouldClose = false;
1574 shouldClose = true;
1577 if (!shouldClose)
1580 return shouldClose;
1647 if (!m_policyDocumentLoader->shouldContinueForNavigationPolicy(request, DocumentLoader::PolicyCheckStandard) || !shouldClose()) {