Searched refs:allowPopUp (Results 1 – 13 of 13) sorted by relevance
59 static bool allowPopUp(State<Binding>*);117 bool BindingSecurity<Binding>::allowPopUp(State<Binding>* state) in allowPopUp() function
112 bool allowPopUp(); // Call on first window, not target window.113 static bool allowPopUp(Frame* firstFrame);
359 bool DOMWindow::allowPopUp(Frame* firstFrame) in allowPopUp() function in WebCore::DOMWindow370 bool DOMWindow::allowPopUp() in allowPopUp() function in WebCore::DOMWindow372 return m_frame && allowPopUp(m_frame); in allowPopUp()1816 if (!firstWindow->allowPopUp()) { in open()1883 if (!canShowModalDialogNow(m_frame) || !firstWindow->allowPopUp()) in showModalDialog()
333 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture()) in submitForm()
11678 (WebCore::allowPopUp):24197 (WebCore::allowPopUp):44835 (WebCore::allowPopUp):59082 (KJS::allowPopUp):66999 (KJS::allowPopUp):68210 … (KJS::allowPopUp): Remove extraneous semicolon that completely changed the meaning of allowPopUp.
35375 (KJS::allowPopUp):38106 …ed 17 lines of custom popup-blocking code into 3 lines that use pre-existing 'allowPopUp' function.
38249 (WebCore::::allowPopUp):43251 (WebCore::DOMWindow::allowPopUp): Renamed argument from activeFrame to firstFrame,
5738 for DOMWindow::allowPopUp.)21333 (WebCore::DOMWindow::allowPopUp):21408 (WebCore::DOMWindow::allowPopUp): Ditto.
5923 (KJS::allowPopUp):
54121 (WebCore::DOMWindow::allowPopUp):
15958 … (KJS::allowPopUp): Added. Used by showModalDialog now and should be used by window.open later.
17083 (KJS::allowPopUp):
83012 (WebCore::::allowPopUp):