allowPopUp        310 Source/core/frame/DOMWindow.cpp     return m_frame && allowPopUp(*m_frame);
allowPopUp       1779 Source/core/frame/DOMWindow.cpp     if (!enteredWindow->allowPopUp()) {
allowPopUp       1836 Source/core/frame/DOMWindow.cpp     if (!canShowModalDialogNow(m_frame) || !enteredWindow->allowPopUp())
allowPopUp        123 Source/core/frame/DOMWindow.h         bool allowPopUp(); // Call on first window, not target window.
allowPopUp        124 Source/core/frame/DOMWindow.h         static bool allowPopUp(LocalFrame& firstFrame);
allowPopUp        391 Source/core/html/HTMLFormElement.cpp         if (!DOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture())
allowPopUp        316 Source/core/loader/DocumentLoader.cpp     if (!DOMWindow::allowPopUp(*m_frame) && !UserGestureIndicator::processingUserGesture())
allowPopUp        171 Source/core/page/CreateWindow.cpp     if (!DOMWindow::allowPopUp(openerFrame))