HomeSort by relevance Sort by last modified time
    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 333 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture())
    [all...]

Completed in 42 milliseconds