Home
last modified time | relevance | path

Searched refs:allowPopUp (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DBindingSecurity.h59 static bool allowPopUp(State<Binding>*);
117 bool BindingSecurity<Binding>::allowPopUp(State<Binding>* state) in allowPopUp() function
/external/webkit/Source/WebCore/page/
DDOMWindow.h112 bool allowPopUp(); // Call on first window, not target window.
113 static bool allowPopUp(Frame* firstFrame);
DDOMWindow.cpp359 bool DOMWindow::allowPopUp(Frame* firstFrame) in allowPopUp() function in WebCore::DOMWindow
370 bool DOMWindow::allowPopUp() in allowPopUp() function in WebCore::DOMWindow
372 return m_frame && allowPopUp(m_frame); in allowPopUp()
1816 if (!firstWindow->allowPopUp()) { in open()
1883 if (!canShowModalDialogNow(m_frame) || !firstWindow->allowPopUp()) in showModalDialog()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp333 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture()) in submitForm()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1011678 (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.
DChangeLog-2006-05-1035375 (KJS::allowPopUp):
38106 …ed 17 lines of custom popup-blocking code into 3 lines that use pre-existing 'allowPopUp' function.
DChangeLog-2011-02-1638249 (WebCore::::allowPopUp):
43251 (WebCore::DOMWindow::allowPopUp): Renamed argument from activeFrame to firstFrame,
DChangeLog-2009-06-165738 for DOMWindow::allowPopUp.)
21333 (WebCore::DOMWindow::allowPopUp):
21408 (WebCore::DOMWindow::allowPopUp): Ditto.
DChangeLog-2005-12-195923 (KJS::allowPopUp):
DChangeLog-2010-05-2454121 (WebCore::DOMWindow::allowPopUp):
DChangeLog-2005-08-2315958 … (KJS::allowPopUp): Added. Used by showModalDialog now and should be used by window.open later.
DChangeLog-2007-10-1417083 (KJS::allowPopUp):
DChangeLog-2010-12-0683012 (WebCore::::allowPopUp):