OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowPopUp
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h
59
static bool
allowPopUp
(State<Binding>*);
117
bool BindingSecurity<Binding>::
allowPopUp
(State<Binding>* state)
/external/webkit/Source/WebCore/page/
DOMWindow.h
112
bool
allowPopUp
(); // Call on first window, not target window.
113
static bool
allowPopUp
(Frame* firstFrame);
DOMWindow.cpp
359
bool DOMWindow::
allowPopUp
(Frame* firstFrame)
370
bool DOMWindow::
allowPopUp
()
372
return m_frame &&
allowPopUp
(m_frame);
[
all
...]
/external/webkit/Source/WebCore/loader/
FrameLoader.cpp
338
if (!DOMWindow::
allowPopUp
(m_frame) && !isProcessingUserGesture())
[
all
...]
Completed in 914 milliseconds